Home
last modified time | relevance | path

Searched refs:windowRect (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/helpers/
DPipAppHelper.kt152 val windowRect = windowRegion.bounds in expandPipWindow() constant
153 uiDevice.click(windowRect.centerX(), windowRect.centerY()) in expandPipWindow()
167 val windowRect = windowRegion.bounds in expandPipWindowToApp() constant
168 uiDevice.click(windowRect.centerX(), windowRect.centerY()) in expandPipWindowToApp()
169 uiDevice.click(windowRect.centerX(), windowRect.centerY()) in expandPipWindowToApp()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/util/
DExtensionHelper.java90 Rect windowRect = getWindowBounds(activity); in transformToWindowSpaceRect() local
91 if (windowRect == null) { in transformToWindowSpaceRect()
95 if (!Rect.intersects(inOutRect, windowRect)) { in transformToWindowSpaceRect()
99 inOutRect.intersect(windowRect); in transformToWindowSpaceRect()
100 inOutRect.offset(-windowRect.left, -windowRect.top); in transformToWindowSpaceRect()