Home
last modified time | relevance | path

Searched refs:FLAG_INCLUDE_NOT_IMPORTANT_VIEWS (Results 1 – 14 of 14) 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/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityInteractionControllerNodeRequestsTest.java20 import static android.view.accessibility.AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS;
472 FLAG_PREFETCH_SIBLINGS | FLAG_INCLUDE_NOT_IMPORTANT_VIEWS); in testFindNodeById_withTwoDifferentPrefetchFlags_shouldNotSatisfyPendingRequest()
DAbstractAccessibilityServiceConnectionTest.java31 …port static android.accessibilityservice.AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS;
132 | FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityServiceInfo.java229 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x0000002; field in AccessibilityServiceInfo
1307 case FLAG_INCLUDE_NOT_IMPORTANT_VIEWS: in flagToString()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java324 if ((info.flags & AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0) { in setDynamicallyConfigurableProperties()
325 mFetchFlags |= AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
327 mFetchFlags &= ~AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in setDynamicallyConfigurableProperties()
1397 && (mFetchFlags & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) == 0) { in wantsEventLocked()
DAccessibilityManagerService.java3395 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in InteractionBridge()
/frameworks/base/core/java/android/app/
DUiAutomationConnection.java522 info.flags |= AccessibilityServiceInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS in registerUiTestAutomationServiceLocked()
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java92 AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
793 AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS; in clearAccessibilityFocusUiThread()
DView.java13866 & AccessibilityNodeInfo.FLAG_INCLUDE_NOT_IMPORTANT_VIEWS) != 0 in includeForAccessibility()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java145 public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 0x00000008; field in AccessibilityNodeInfo
/frameworks/base/core/api/
Dcurrent.txt3175 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt2634 field public static final int FLAG_INCLUDE_NOT_IMPORTANT_VIEWS = 2; // 0x2
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61966 Landroid/view/accessibility/AccessibilityNodeInfo;->FLAG_INCLUDE_NOT_IMPORTANT_VIEWS:I