Loading searchuilib/src/com/android/app/search/LayoutType.java +7 −0 Original line number Diff line number Diff line Loading @@ -56,5 +56,12 @@ public class LayoutType { // 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 } Loading
searchuilib/src/com/android/app/search/LayoutType.java +7 −0 Original line number Diff line number Diff line Loading @@ -56,5 +56,12 @@ public class LayoutType { // 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 }