Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1cacbbe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Un-hide passthrough flag" into sc-dev

parents 9f43567a 39f4c596
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3173,6 +3173,7 @@ package android.accessibilityservice {
    field public static final int FLAG_ENABLE_ACCESSIBILITY_VOLUME = 128; // 0x80
    field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
    field public static final int FLAG_REPORT_VIEW_IDS = 16; // 0x10
    field public static final int FLAG_REQUEST_2_FINGER_PASSTHROUGH = 8192; // 0x2000
    field public static final int FLAG_REQUEST_ACCESSIBILITY_BUTTON = 256; // 0x100
    field @Deprecated public static final int FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY = 8; // 0x8
    field public static final int FLAG_REQUEST_FILTER_KEY_EVENTS = 32; // 0x20
+0 −1
Original line number Diff line number Diff line
@@ -373,7 +373,6 @@ public class AccessibilityServiceInfo implements Parcelable {
     * #FLAG_REQUEST_MULTI_FINGER_GESTURES} is disabled this flag has no effect.
     *
     * @see #FLAG_REQUEST_TOUCH_EXPLORATION_MODE
     * @hide
     */
    public static final int FLAG_REQUEST_2_FINGER_PASSTHROUGH = 0x0002000;