Searched refs:getParentFrame (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 128 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_appDrawsBars() 145 assertInsetByTopBottom(mWindow.getParentFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() 163 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_appWontDrawBars_forceStatusAndNav() 182 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_keyguardDialog_hideNav() 200 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_withDisplayCutout() 219 assertInsetByTopBottom(mWindow.getParentFrame(), STATUS_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_never() 238 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen() 257 assertInsetByTopBottom(mWindow.getParentFrame(), STATUS_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_fullscreen() 277 assertInsetByTopBottom(mWindow.getParentFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout() 296 assertInsetBy(mWindow.getParentFrame(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 904 mTmpStackBounds.intersectUnchecked(w.getParentFrame()); in setSurfaceBoundariesLocked() 905 mTmpSourceBounds.intersectUnchecked(w.getParentFrame()); in setSurfaceBoundariesLocked() 906 mTmpAnimatingBounds.intersectUnchecked(w.getParentFrame()); in setSurfaceBoundariesLocked()
|
D | WindowState.java | 1178 Rect getParentFrame() { in getParentFrame() method in WindowState
|
/frameworks/base/services/ |
D | art-profile | 17726 PLcom/android/server/wm/WindowState;->getParentFrame()Landroid/graphics/Rect;
|