Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/
H A DExtensionHelper.java90 Rect windowRect = getWindowBounds(activity); in transformToWindowSpaceRect()
107 private static Rect getWindowBounds(@NonNull Activity activity) { in getWindowBounds() method in ExtensionHelper
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScrollCaptureClient.java118 Rect getWindowBounds(); in getWindowBounds() method
229 SessionWrapper session = new SessionWrapper(connection, response.getWindowBounds(),
444 public Rect getWindowBounds() {
H A DScreenshotView.java793 Rect windowInScreen = response.getWindowBounds(); in scrollableAreaOnScreen()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsDialogMeasureAdapter.java88 final int displayHeight = getWindowBounds().height(); in onMeasureInternalPortrait()
158 final int displayWidth = getWindowBounds().width(); in onMeasureInternalLandscape()
237 private Rect getWindowBounds() { in getWindowBounds() method in UdfpsDialogMeasureAdapter
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DFakeSession.java184 public Rect getWindowBounds() {
/aosp12/frameworks/base/core/java/android/view/
H A DScrollCaptureResponse.java141 public @Nullable Rect getWindowBounds() { in getWindowBounds() method in ScrollCaptureResponse
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1332 boolean getWindowBounds(int windowId, Rect outBounds) { in getWindowBounds() method in AccessibilityManagerService
3492 getWindowBounds(focus.getWindowId(), windowBounds); in getAccessibilityFocusClickPointInScreenNotLocked()
/aosp12/frameworks/base/services/
H A Dart-profile4043 PLcom/android/server/accessibility/AccessibilityManagerService;->getWindowBounds(ILandroid/graphics…