mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
[AA+] Add SearchResult type to ItemInfo attributes.
Bug: 186169419 Test: Manual Change-Id: I9ea707e135eda163dfb3f12f48f4f0c37e6c044e
This commit is contained in:
@@ -125,6 +125,22 @@ enum Attribute {
|
||||
// Folder's label is empty(i.e., title == "").
|
||||
// Not eligible for auto-labeling.
|
||||
EMPTY_LABEL = 12;
|
||||
|
||||
ALL_APPS_SEARCH_RESULT_APPLICATION = 13;
|
||||
ALL_APPS_SEARCH_RESULT_SHORTCUT = 14;
|
||||
ALL_APPS_SEARCH_RESULT_PEOPLE = 15;
|
||||
ALL_APPS_SEARCH_RESULT_ACTION = 16;
|
||||
ALL_APPS_SEARCH_RESULT_SETTING = 17;
|
||||
ALL_APPS_SEARCH_RESULT_SCREENSHOT = 18;
|
||||
ALL_APPS_SEARCH_RESULT_SLICE = 19;
|
||||
ALL_APPS_SEARCH_RESULT_WIDGETS = 20;
|
||||
ALL_APPS_SEARCH_RESULT_PLAY = 21;
|
||||
ALL_APPS_SEARCH_RESULT_SUGGEST = 22;
|
||||
ALL_APPS_SEARCH_RESULT_ASSISTANT = 23;
|
||||
ALL_APPS_SEARCH_RESULT_CHROMETAB = 24;
|
||||
ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25;
|
||||
ALL_APPS_SEARCH_RESULT_TIPS = 26;
|
||||
ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27;
|
||||
}
|
||||
|
||||
// Main app icons
|
||||
|
||||
Reference in New Issue
Block a user