Searched refs:getWindowBounds (Results 1 – 7 of 7) sorted by relevance
86 transformToWindowSpaceRect(getWindowBounds(context), inOutRect); in transformToWindowSpaceRect()107 private static Rect getWindowBounds(@NonNull @UiContext Context context) { in getWindowBounds() method in ExtensionHelper
119 Rect getWindowBounds(); in getWindowBounds() method230 SessionWrapper session = new SessionWrapper(connection, response.getWindowBounds(),448 public Rect getWindowBounds() {
184 public Rect getWindowBounds() {
120 deviceConfig.getWindowBounds()); in update()121 updateInternal(mRotation, deviceConfig.getInsets(), deviceConfig.getWindowBounds()); in update()
141 public @Nullable Rect getWindowBounds() { in getWindowBounds() method in ScrollCaptureResponse
886 Rect windowInScreen = response.getWindowBounds(); in scrollableAreaOnScreen()
1921 boolean getWindowBounds(int windowId, Rect outBounds) { in getWindowBounds() method in AccessibilityManagerService