Searched refs:boundsInScreen (Results 1 – 5 of 5) sorted by relevance
60 Bitmap bitmap, Rect boundsInScreen, Insets insets) { in ScreenshotRequest() argument67 mBoundsInScreen = boundsInScreen; in ScreenshotRequest()
47 screenBounds = 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()
971 Rect boundsInScreen = mTempRect; in adjustIsVisibleToUserIfNeeded() local972 info.getBoundsInScreen(boundsInScreen); in adjustIsVisibleToUserIfNeeded()974 boundsInScreen.offset((int) -spec.offsetX, (int) -spec.offsetY); in adjustIsVisibleToUserIfNeeded()975 boundsInScreen.scale(1 / spec.scale); in adjustIsVisibleToUserIfNeeded()978 if (interactiveRegion.quickReject(boundsInScreen) && !shouldBypassAdjustIsVisible()) { in adjustIsVisibleToUserIfNeeded()1000 final Rect boundsInScreen = mTempRect; in applyHostWindowMatrixIfNeeded() local1004 info.getBoundsInScreen(boundsInScreen); in applyHostWindowMatrixIfNeeded()1005 transformedBounds.set(boundsInScreen); in applyHostWindowMatrixIfNeeded()1007 boundsInScreen.set((int) transformedBounds.left, (int) transformedBounds.top, in applyHostWindowMatrixIfNeeded()1009 info.setBoundsInScreen(boundsInScreen); in applyHostWindowMatrixIfNeeded()
64457 Landroid/view/WindowInfo;->boundsInScreen:Landroid/graphics/Rect;