Skip to content

Commit 9ae3d59

Browse files
DeepMindcopybara-github
authored andcommitted
Updates android_accessibility_window_info.proto to include
more window types from AccessibilityWindowInfo. PiperOrigin-RevId: 861730099
1 parent 7d71c6a commit 9ae3d59

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

android_env/proto/a11y/android_accessibility_window_info.proto

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ option java_package = "com.google.androidenv.accessibilityforwarder";
2626
// Next index: 12
2727
message AndroidAccessibilityWindowInfo {
2828
// Type of the window.
29-
// Next index: 6
29+
// Next index: 8
3030
enum WindowType {
3131
// The window type is an unknown value.
3232
UNKNOWN_TYPE = 0;
@@ -46,6 +46,12 @@ message AndroidAccessibilityWindowInfo {
4646
// A system window used to divide the screen in split-screen mode. This type
4747
// of window is present only in split-screen mode.
4848
TYPE_SPLIT_SCREEN_DIVIDER = 5;
49+
50+
// Used to show the UI for window-based magnification.
51+
TYPE_MAGNIFICATION_OVERLAY = 6;
52+
53+
// System window that has the function to control an associated window.
54+
TYPE_WINDOW_CONTROL = 7;
4955
}
5056

5157
// Bounds of this window in the device's screen.

0 commit comments

Comments
 (0)