Searched refs:boundsInScreen (Results 1 – 6 of 6) sorted by relevance
60 Bitmap bitmap, Rect boundsInScreen, Insets insets) { in ScreenshotRequest() argument67 mBoundsInScreen = boundsInScreen; in ScreenshotRequest()
40 request.boundsInScreen,
2787 Rect boundsInScreen = boundsInParent; in createAccessibiltyNodeInfoForInputText() local2790 boundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]); in createAccessibiltyNodeInfoForInputText()2791 info.setBoundsInScreen(boundsInScreen); in createAccessibiltyNodeInfoForInputText()2811 Rect boundsInScreen = boundsInParent; in createAccessibilityNodeInfoForVirtualButton() local2814 boundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]); in createAccessibilityNodeInfoForVirtualButton()2815 info.setBoundsInScreen(boundsInScreen); in createAccessibilityNodeInfoForVirtualButton()2860 Rect boundsInScreen = boundsInParent; in createAccessibilityNodeInfoForNumberPicker() local2863 boundsInScreen.offset(locationOnScreen[0], locationOnScreen[1]); in createAccessibilityNodeInfoForNumberPicker()2864 boundsInScreen.scale(applicationScale); in createAccessibilityNodeInfoForNumberPicker()2865 info.setBoundsInScreen(boundsInScreen); in createAccessibilityNodeInfoForNumberPicker()
970 Rect boundsInScreen = mTempRect; in adjustIsVisibleToUserIfNeeded() local971 info.getBoundsInScreen(boundsInScreen); in adjustIsVisibleToUserIfNeeded()973 boundsInScreen.offset((int) -spec.offsetX, (int) -spec.offsetY); in adjustIsVisibleToUserIfNeeded()974 boundsInScreen.scale(1 / spec.scale); in adjustIsVisibleToUserIfNeeded()977 if (interactiveRegion.quickReject(boundsInScreen) && !shouldBypassAdjustIsVisible()) { in adjustIsVisibleToUserIfNeeded()999 final Rect boundsInScreen = mTempRect; in applyHostWindowMatrixIfNeeded() local1003 info.getBoundsInScreen(boundsInScreen); in applyHostWindowMatrixIfNeeded()1004 transformedBounds.set(boundsInScreen); in applyHostWindowMatrixIfNeeded()1006 boundsInScreen.set((int) transformedBounds.left, (int) transformedBounds.top, in applyHostWindowMatrixIfNeeded()1008 info.setBoundsInScreen(boundsInScreen); in applyHostWindowMatrixIfNeeded()
152 assertThat(processedRequest.boundsInScreen).isEqualTo(bounds)
65100 Landroid/view/WindowInfo;->boundsInScreen:Landroid/graphics/Rect;