/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiAutomatorBridge.java | 65 public AccessibilityNodeInfo getRootInActiveWindow() { in getRootInActiveWindow() method in UiAutomatorBridge 66 return mUiAutomation.getRootInActiveWindow(); in getRootInActiveWindow()
|
H A D | QueryController.java | 172 rootNode = mUiAutomatorBridge.getRootInActiveWindow(); in getRootNode() 483 return mUiAutomatorBridge.getRootInActiveWindow(); in getAccessibilityRootNode()
|
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
H A D | RotaryServiceTest.java | 238 when(mRotaryService.getRootInActiveWindow()) in testInitFocus_focusOnDefaultFocusView() 280 when(mRotaryService.getRootInActiveWindow()) in testInitFocus_focusOnLastTouchedView() 325 when(mRotaryService.getRootInActiveWindow()) in testInitFocus_focusOnFirstFocusableView() 431 when(mRotaryService.getRootInActiveWindow()) in testOnRotaryEvents_withoutFocusedView() 1076 when(mRotaryService.getRootInActiveWindow()) in testOnKeyEvents_nudgeUp_initFocus() 1334 when(mRotaryService.getRootInActiveWindow()) in testOnKeyEvents_centerButtonClick_initFocus() 1407 when(mRotaryService.getRootInActiveWindow()) in testOnKeyEvents_centerButtonClickInAppWindow_injectDpadCenterEvent() 1494 when(mRotaryService.getRootInActiveWindow()) in testOnKeyEvents_centerButtonClickInAppWindow_webViewFocused_injectEnterKeyEvent() 1588 when(mRotaryService.getRootInActiveWindow()) in testOnKeyEvents_centerButtonClickInAppWindow_webViewFocused_isCheckable_injectSpaceKeyEvent() 1678 when(mRotaryService.getRootInActiveWindow()) in testOnKeyEvents_centerButtonClickInSystemWindow_performActionClick() [all …]
|
H A D | TreeTraverserTest.java | 81 AccessibilityNodeInfo root = sUiAutomation.getRootInActiveWindow(); in setUp()
|
H A D | NavigatorTest.java | 366 AccessibilityNodeInfo windowRoot = sUiAutomoation.getRootInActiveWindow(); in testFindRotateTargetReturnScrollableContainer() 1429 mWindowRoot = sUiAutomoation.getRootInActiveWindow(); in initActivity()
|
/aosp12/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
H A D | DumpCommand.java | 100 AccessibilityNodeInfo info = uiAutomation.getRootInActiveWindow(); in run()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | AccessibilityInteractionControllerTest.java | 198 final AccessibilityNodeInfo node = sUiAutomation.getRootInActiveWindow() in performAccessibilityFocus()
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | UiAutomation.java | 721 public AccessibilityNodeInfo getRootInActiveWindow() { in getRootInActiveWindow() method in UiAutomation 729 .getRootInActiveWindow(connectionId); in getRootInActiveWindow()
|
/aosp12/frameworks/base/core/java/android/accessibilityservice/ |
H A D | AccessibilityService.java | 949 public AccessibilityNodeInfo getRootInActiveWindow() { in getRootInActiveWindow() method in AccessibilityService 950 return AccessibilityInteractionClient.getInstance(this).getRootInActiveWindow( in getRootInActiveWindow()
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityInteractionClient.java | 279 public AccessibilityNodeInfo getRootInActiveWindow(int connectionId) { in getRootInActiveWindow() method in AccessibilityInteractionClient
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 3003 method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow(); 6764 method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 2570 method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow(); 5138 method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 61814 Landroid/view/accessibility/AccessibilityInteractionClient;->getRootInActiveWindow(I)Landroid/view/…
|