Searched refs:windowRect (Results 1 – 2 of 2) sorted by relevance
152 val windowRect = windowRegion.bounds in expandPipWindow() constant153 uiDevice.click(windowRect.centerX(), windowRect.centerY()) in expandPipWindow()167 val windowRect = windowRegion.bounds in expandPipWindowToApp() constant168 uiDevice.click(windowRect.centerX(), windowRect.centerY()) in expandPipWindowToApp()169 uiDevice.click(windowRect.centerX(), windowRect.centerY()) in expandPipWindowToApp()
90 Rect windowRect = getWindowBounds(activity); in transformToWindowSpaceRect() local91 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()