Loading searchuilib/src/com/android/app/search/LayoutType.java +6 −1 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ public class LayoutType { // Layout type used to display people tiles using shortcut info public static final String PEOPLE_TILE = "people_tile"; // Deprecated // text based header to group various layouts in low confidence section of the results. public static final String TEXT_HEADER = "header"; Loading @@ -81,10 +82,14 @@ public class LayoutType { // layout representing quick calculations public static final String CALCULATOR = "calculator"; // layout for the section header // From version code 4, if TEXT_HEADER_ROW is used, no need to insert this on-device // section header. public static final String SECTION_HEADER = "section_header"; // layout for a tall card with header and image, and no icon. public static final String TALL_CARD_WITH_IMAGE_NO_ICON = "tall_card_with_image_no_icon"; // Layout for a text header // Available for SearchUiManager proxy service to use above version code 3 public static final String TEXT_HEADER_ROW = "text_header_row"; } Loading
searchuilib/src/com/android/app/search/LayoutType.java +6 −1 Original line number Diff line number Diff line Loading @@ -69,6 +69,7 @@ public class LayoutType { // Layout type used to display people tiles using shortcut info public static final String PEOPLE_TILE = "people_tile"; // Deprecated // text based header to group various layouts in low confidence section of the results. public static final String TEXT_HEADER = "header"; Loading @@ -81,10 +82,14 @@ public class LayoutType { // layout representing quick calculations public static final String CALCULATOR = "calculator"; // layout for the section header // From version code 4, if TEXT_HEADER_ROW is used, no need to insert this on-device // section header. public static final String SECTION_HEADER = "section_header"; // layout for a tall card with header and image, and no icon. public static final String TALL_CARD_WITH_IMAGE_NO_ICON = "tall_card_with_image_no_icon"; // Layout for a text header // Available for SearchUiManager proxy service to use above version code 3 public static final String TEXT_HEADER_ROW = "text_header_row"; }