File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ option java_package = "com.google.androidenv.accessibilityforwarder";
2626// Next index: 12
2727message 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.
You can’t perform that action at this time.
0 commit comments