summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Kevin Chang <kevincpchang@google.com> 2019-10-14 11:22:00 +0800
committer Kevin Chang <kevincpchang@google.com> 2019-10-14 11:22:00 +0800
commitd4ebab83f9715c52be8f22c59447f816b757ad3a (patch)
tree70fd76304bae325a4545ab6e19428b6a57ebc4b2
parent33c921c6b449da4ca6990b969362c38c5338e077 (diff)
Add metrics constants for dialog of magnification
Add some constants needed for a new tutorial dialog that shows up only when Magnify with shortcut is enabled. Test: none, just a metrics change Bug: 134639303 Change-Id: I9a63dc63d4248e4beb8491a51497f902f20bd1bb
-rw-r--r--core/proto/android/app/settings_enums.proto14
1 files changed, 14 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index b8c5270ef9d8..94be61f40eae 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -2412,4 +2412,18 @@ enum PageId {
// OS: R
SETTINGS_WIFI_CONFIGURE_NETWORK = 1800;
+ // OPEN: Settings > Accessibility > Magnification
+ // CATEGORY: SETTINGS
+ // OS: R
+ // Note: Shows up only when Magnify with shortcut is enabled
+ // and under accessibility button mode.
+ DIALOG_TOGGLE_SCREEN_MAGNIFICATION_ACCESSIBILITY_BUTTON = 1801;
+
+ // OPEN: Settings > Accessibility > Magnification
+ // CATEGORY: SETTINGS
+ // OS: R
+ // Note: Shows up only when Magnify with shortcut is enabled.
+ // and under gesture navigation mode.
+ DIALOG_TOGGLE_SCREEN_MAGNIFICATION_GESTURE_NAVIGATION = 1802;
+
}