Searched refs:getWindowFrames (Results 1 – 8 of 8) sorted by relevance
476 assertTrue(win1.getWindowFrames().hasInsetsChanged()); in testConsumeImeInsets()479 win2.getWindowFrames().setInsetsChanged(false); in testConsumeImeInsets()489 assertTrue(win1.getWindowFrames().hasInsetsChanged()); in testConsumeImeInsets()
140 wallpaperWindow.getWindowFrames().mParentFrame.set(dc.getBounds()); in testWallpaperSizeWithFixedTransform()563 wallpaperWindow.getWindowFrames().mParentFrame.set(new Rect(0, 0, width, height)); in createWallpaperWindow()564 wallpaperWindow.getWindowFrames().mFrame.set(0, 0, width, height); in createWallpaperWindow()
349 final WindowFrames winFrame = targetWin.getWindowFrames(); in testOverlappingWithNavBarType()543 assertEquals(mImeWindow.getWindowFrames().mFrame.height() - 10, in testImeInsetsGivenContentFrame()
694 final Rect unscaledCompatFrame = new Rect(w.getWindowFrames().mCompatFrame); in testCompatOverrideScale()699 unscaledCompatFrame.set(child.getWindowFrames().mCompatFrame); in testCompatOverrideScale()778 startingApp.getWindowFrames().setInsetsChanged(true); in testRequestDrawIfNeeded()786 startingApp.getWindowFrames().setInsetsChanged(true); in testRequestDrawIfNeeded()1086 assertFalse(overlay.getWindowFrames().hasInsetsChanged()); in testSetFreezeInsetsState()
381 if (windowState != null && windowState.getWindowFrames().didFrameSizeChange() in updateInsetsControlPosition()
5614 WindowFrames getWindowFrames() { in getWindowFrames() method in WindowState
5900 final Rect frame = w.getWindowFrames().mFrame; in calculateSystemGestureExclusion()
29883 PLcom/android/server/wm/WindowState;->getWindowFrames()Lcom/android/server/wm/WindowFrames;