Home
last modified time | relevance | path

Searched refs:getBoundsInScreen (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/apps/Car/RotaryController/src/com/android/car/rotary/
H A DNavigator.java101 window.getBoundsInScreen(windowBounds); in updateAppWindowTaskId()
476 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in shouldNudgeOutOfIme()
477 Rect sourceFocusAreaBounds = Utils.getBoundsInScreen(currentFocusArea); in shouldNudgeOutOfIme()
530 source.getBoundsInScreen(sourceBounds); in addWindowsInDirection()
546 window.getBoundsInScreen(destBounds); in addWindowsInDirection()
646 window.getBoundsInScreen(bounds); in isHunWindow()
656 window.getBoundsInScreen(windowBounds); in isMainApplicationWindow()
764 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in chooseBestNudgeCandidate()
766 Rect sourceFocusAreaBounds = Utils.getBoundsInScreen(sourceFocusArea); in chooseBestNudgeCandidate()
773 Rect candidateBounds = Utils.getBoundsInScreen(candidate); in chooseBestNudgeCandidate()
[all …]
H A DUtils.java164 Rect bounds = getBoundsInScreen(node); in canTakeFocus()
352 static Rect getBoundsInScreen(@NonNull AccessibilityNodeInfo node) { in getBoundsInScreen() method in Utils
354 node.getBoundsInScreen(bounds); in getBoundsInScreen()
380 child.getBoundsInScreen(childBounds); in getBoundsInScreen()
387 Rect focusAreaBounds = getBoundsInScreen(focusArea); in getBoundsInScreen()
H A DRotaryService.java1633 sourceWindow.getBoundsInScreen(sourceBounds); in nudgeTo()
2074 scrollableContainer.getBoundsInScreen(bounds); in injectScrollEvent()
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNodeBuilderTest.java72 node.getBoundsInScreen(boundsInScreen); in testBuildDefaultNode()
74 assertThat(node.getBoundsInScreen()).isEqualTo(NodeBuilder.DEFAULT_BOUNDS); in testBuildDefaultNode()
135 node.getBoundsInScreen(retrievedBounds); in testSetBoundsInScreen()
H A DNavigatorTest.java877 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in test_findNudgeTargetFocusArea_fromScrollableContainer()
881 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in test_findNudgeTargetFocusArea_fromScrollableContainer()
888 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in test_findNudgeTargetFocusArea_fromScrollableContainer()
945 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testFindNudgeTargetFocusArea2()
956 .setBoundsInScreen(topLeft1.getBoundsInScreen()) in testFindNudgeTargetFocusArea2()
967 .setBoundsInScreen(bottomLeft1.getBoundsInScreen()) in testFindNudgeTargetFocusArea2()
H A DRotaryServiceTest.java162 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_alreadyInitialized()
197 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnAlreadyFocusedView()
234 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnDefaultFocusView()
276 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnLastTouchedView()
321 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testInitFocus_focusOnFirstFocusableView()
427 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testOnRotaryEvents_withoutFocusedView()
478 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testOnRotaryEvents_withFocusedView()
537 .setBoundsInScreen(mWindowRoot.getBoundsInScreen()) in testOnRotaryEvents_acceleration()
H A DWindowBuilder.java69 }).when(window).getBoundsInScreen(any(Rect.class)); in build()
H A DWindowBuilderTest.java64 window.getBoundsInScreen(retrievedBounds); in testSetBoundsInScreen()
H A DNodeBuilder.java180 }).when(node).getBoundsInScreen(any(Rect.class)); in build()
181 when(node.getBoundsInScreen()).thenReturn(builder.mBoundsInScreen); in build()
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoHelper.java41 node.getBoundsInScreen(nodeRect); in getVisibleBoundsInScreen()
H A DUiScrollable.java422 node.getBoundsInScreen(rect); in scrollForward()
501 node.getBoundsInScreen(rect); in scrollBackward()
H A DAccessibilityNodeInfoDumper.java166 winfo.getBoundsInScreen(tmpBounds); in dumpWindowRec()
H A DUiObject.java837 node.getBoundsInScreen(nodeRect); in getBounds()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DKeyboardDragAndDropView.java231 mCurrentSelection.populate(mTempNodeInfo).getBoundsInScreen(mTempRect); in getNextSelection()
237 node.populate(mTempNodeInfo).getBoundsInScreen(mTempRect2); in getNextSelection()
319 nodeInfo.getBoundsInScreen(out); in getBounds()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DAccessibilityInteractionControllerTest.java150 window.getBoundsInScreen(bounds); in launchActivity()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java212 Rect screenBounds = screenshotRequest.getBoundsInScreen(); in handleMessage()
/aosp12/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java863 info.getBoundsInScreen(boundsInScreen); in adjustIsVisibleToUserIfNeeded()
882 info.getBoundsInScreen(boundsInScreen); in adjustBoundsInScreenIfNeeded()
911 info.getBoundsInScreen(boundsInScreen); in applyScreenMatrixIfNeeded()
958 info.getBoundsInScreen(boundsInScreen); in applyAppScaleAndMagnificationSpecIfNeeded()
H A DViewRootImpl.java4709 mAccessibilityFocusedVirtualView.getBoundsInScreen(bounds); in getAccessibilityFocusedRect()
9349 mAccessibilityFocusedVirtualView.getBoundsInScreen(oldBounds); in handleWindowContentChangedEvent()
9363 final Rect newBounds = mAccessibilityFocusedVirtualView.getBoundsInScreen(); in handleWindowContentChangedEvent()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java98 public Rect getBoundsInScreen() { in getBoundsInScreen() method in ScreenshotHelper.ScreenshotRequest
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java371 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() method in AccessibilityWindowInfo
H A DAccessibilityNodeInfo.java1956 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() method in AccessibilityNodeInfo
1966 public Rect getBoundsInScreen() { in getBoundsInScreen() method in AccessibilityNodeInfo
/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3101 node.getBoundsInScreen(newBounds); in notifyViewEntered()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java3481 focus.getBoundsInScreen(boundsInScreen); in getAccessibilityFocusClickPointInScreenNotLocked()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt50820 method public void getBoundsInScreen(android.graphics.Rect);
51179 method public void getBoundsInScreen(android.graphics.Rect);

12