Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/
DUiAutomationShellWrapper.java77 info.flags &= ~AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setCompressedLayoutHierarchy()
79 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setCompressedLayoutHierarchy()
/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/support/v4/java/android/support/v4/accessibilityservice/
DAccessibilityServiceInfoCompat.java204 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x0000002; field in AccessibilityServiceInfoCompat
398 case FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: in flagToString()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java207 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x0000002; field in AccessibilityServiceInfo
885 case FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: in flagToString()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java328 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS in registerUiTestAutomationServiceLocked()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1108 & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) == 0) { in canDispatchEventToServiceLocked()
2029 if ((info.flags & AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0) { in setDynamicallyConfigurableProperties()
2030 mFetchFlags |= AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
2032 mFetchFlags &= ~AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
3231 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in InteractionBridge()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java98 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x00000008; field in AccessibilityNodeInfo
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dservices.jd310 {@link android.accessibilityservice.AccessibilityServiceInfo#FLAG_INCLUDE_NOT_IMPORTANT_VIEWS}.</p>
/frameworks/base/core/java/android/view/
DView.java8727 & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0
/frameworks/support/v4/api/
D22.0.0.txt20 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D22.1.0.txt20 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D22.2.1.txt20 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D22.2.0.txt20 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
D23.txt20 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
Dcurrent.txt20 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt2641 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
Dsystem-current.txt2740 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2