Home
last modified time | relevance | path

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

/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/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/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java300 if ((info.flags & AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0) { in setDynamicallyConfigurableProperties()
301 mFetchFlags |= AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
303 mFetchFlags &= ~AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
1048 && (mFetchFlags & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) == 0) { in wantsEventLocked()
DAccessibilityManagerService.java3024 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in InteractionBridge()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java211 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x0000002; field in AccessibilityServiceInfo
1086 case FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: in flagToString()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java446 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS in registerUiTestAutomationServiceLocked()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java722 AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in clearAccessibilityFocusUiThread()
DView.java13293 & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java126 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x00000008; field in AccessibilityNodeInfo
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2634 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
/frameworks/base/non-updatable-api/
Dcurrent.txt2937 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
/frameworks/base/api/
Dcurrent.txt2937 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73072 Landroid/view/accessibility/AccessibilityNodeInfo;->FLAG_INCLUDE_NOT_IMPORTANT_VIEWS:I