Searched refs:getWindowBoundsInWindowSpace (Results 1 – 2 of 2) sorted by relevance
19 import static android.server.wm.CtsWindowInfoUtils.getWindowBoundsInWindowSpace;212 Rect bounds = getWindowBoundsInWindowSpace(mParentLayout::getWindowToken); in runTest()
508 public static Rect getWindowBoundsInWindowSpace(@NonNull Supplier<IBinder> windowTokenSupplier) in getWindowBoundsInWindowSpace() method