summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorThiru Ramasamy <thiruram@google.com>2020-06-22 21:04:12 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-06-22 21:04:12 +0000
commit51ece1847c14d1613f531f7163e47d0c4817b7d9 (patch)
treef4a192f9efe16ad1918117326fcda32cb6bc7bfd /protos
parentceaad08f0635d463758eac42c7450b44bf7821b9 (diff)
parentec75cbd85a1a34ad4f6c13063645f5cd70838e82 (diff)
downloadLauncher3-51ece1847c14d1613f531f7163e47d0c4817b7d9.tar.gz
Merge "Adds additional folder label states (UNLABELED & EMPTY_LABEL)" into ub-launcher3-rvc-dev
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto17
1 files changed, 15 insertions, 2 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index d1185bd5bc..98ce9af2d6 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -96,8 +96,21 @@ enum Attribute {
ADD_TO_HOMESCREEN = 6; // play install + launcher home setting
ALLAPPS_PREDICTION = 7; // from prediction bar in all apps container
HOTSEAT_PREDICTION = 8; // from prediction bar in hotseat container
- SUGGESTED_LABEL = 9; // folder icon's label was suggested
- MANUAL_LABEL = 10; // folder icon's label was manually edited
+
+ // Folder's label is one of the non-empty suggested values.
+ SUGGESTED_LABEL = 9;
+
+ // Folder's label is non-empty, manually entered by the user
+ // and different from any of suggested values.
+ MANUAL_LABEL = 10;
+
+ // Folder's label is not yet assigned( i.e., title == null).
+ // Eligible for auto-labeling.
+ UNLABELED = 11;
+
+ // Folder's label is empty(i.e., title == "").
+ // Not eligible for auto-labeling.
+ EMPTY_LABEL = 12;
}
// Main app icons