Home
last modified time | relevance | path

Searched refs:FLAG_INCLUDE_NOT_IMPORTANT_VIEWS (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DUiAutomationShellWrapper.java76 info.flags &= ~AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setCompressedLayoutHierarchy()
78 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setCompressedLayoutHierarchy()
/frameworks/support/compat/java/android/support/v4/accessibilityservice/
DAccessibilityServiceInfoCompat.java160 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x0000002; field in AccessibilityServiceInfoCompat
388 case FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: in flagToString()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java80 info.flags &= ~AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setCompressedLayoutHierarchy()
82 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setCompressedLayoutHierarchy()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java207 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x0000002; field in AccessibilityServiceInfo
959 case FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: in flagToString()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java334 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS in registerUiTestAutomationServiceLocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1422 && (service.mFetchFlags & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) in doesServiceWantEventLocked()
2792 if ((info.flags & AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0) { in setDynamicallyConfigurableProperties()
2793 mFetchFlags |= AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
2795 mFetchFlags &= ~AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
4326 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in InteractionBridge()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java112 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x00000008; field in AccessibilityNodeInfo
/frameworks/base/core/java/android/view/
DView.java11120 & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0
/frameworks/support/api/
D22.0.0.txt1462 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D22.1.0.txt1604 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D22.2.0.txt1943 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D22.2.1.txt1971 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D25.1.0.txt4044 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D25.0.0.txt3684 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.0.0.txt2450 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D25.2.0.txt4044 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D24.2.0.txt3630 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D26.0.0-alpha1.txt4848 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.2.1.txt3070 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D25.3.0.txt4425 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.2.0.txt3070 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.1.1.txt2717 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D25.4.0.txt4473 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.4.0.txt3072 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.1.0.txt2714 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2

12