commit | b05623855e22e50caf343e9d1a6c6fa99ece9dba | [log] [tgz] |
---|---|---|
author | android-build-team Robot <android-build-team-robot@google.com> | Fri Jan 29 02:04:14 2021 +0000 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Fri Jan 29 02:04:14 2021 +0000 |
tree | 4502fd9ef8a361d9c3dbd3ccd38c2a5f1ed1c1e4 | |
parent | cde4ff2576d6fd9980126ebcd7b9b6dcfcd273dc [diff] | |
parent | 24691e4b2ad30b35c9559bbe01bcc0636ae8c593 [diff] |
Snap for 7110204 from 24691e4b2ad30b35c9559bbe01bcc0636ae8c593 to sc-v2-release Change-Id: I2427ca5ad91abec1d5c6b9992c64aae54bdbf36f
diff --git a/searchuilib/src/com/android/app/search/LayoutType.java b/searchuilib/src/com/android/app/search/LayoutType.java index 675f1da..d1accfb 100644 --- a/searchuilib/src/com/android/app/search/LayoutType.java +++ b/searchuilib/src/com/android/app/search/LayoutType.java
@@ -56,5 +56,12 @@ // TODO: add diagram public static final String TEXT_HEADER = "header"; + + // Widget bitmap preview + public static final String WIDGET_PREVIEW = "widget_preview"; + + // Live widget search result + public static final String WIDGET_LIVE = "widget_live"; + // TODO: replace the plugin item types with these string constants }