Home
last modified time | relevance | path

Searched refs:getWindowFrames (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsPolicyTest.java476 assertTrue(win1.getWindowFrames().hasInsetsChanged()); in testConsumeImeInsets()
479 win2.getWindowFrames().setInsetsChanged(false); in testConsumeImeInsets()
489 assertTrue(win1.getWindowFrames().hasInsetsChanged()); in testConsumeImeInsets()
DWallpaperControllerTests.java140 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()
DDisplayPolicyTests.java349 final WindowFrames winFrame = targetWin.getWindowFrames(); in testOverlappingWithNavBarType()
543 assertEquals(mImeWindow.getWindowFrames().mFrame.height() - 10, in testImeInsetsGivenContentFrame()
DWindowStateTests.java694 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()
/frameworks/base/services/core/java/com/android/server/wm/
DInsetsSourceProvider.java381 if (windowState != null && windowState.getWindowFrames().didFrameSizeChange() in updateInsetsControlPosition()
DWindowState.java5614 WindowFrames getWindowFrames() { in getWindowFrames() method in WindowState
DDisplayContent.java5900 final Rect frame = w.getWindowFrames().mFrame; in calculateSystemGestureExclusion()
/frameworks/base/services/
Dart-wear-profile29883 PLcom/android/server/wm/WindowState;->getWindowFrames()Lcom/android/server/wm/WindowFrames;