Home
last modified time | relevance | path

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

/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.java3022 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.java441 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()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java126 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x00000008; field in AccessibilityNodeInfo
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...