Searched refs:getStableFrameLw (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 129 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appDrawsBars() 146 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() 164 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatusAndNav() 183 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_keyguardDialog_hideNav() 201 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout() 220 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_never() 239 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_layoutFullscreen() 258 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreen() 278 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreenInCutout() 297 assertInsetBy(mWindow.getStableFrameLw(), 0, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_landscape() [all …]
|
D | WindowFrameTests.java | 118 assertRect(w.getStableFrameLw(), expectedRect.left, expectedRect.top, expectedRect.right, in assertStableFrame()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 1170 Rect getStableFrameLw() { in getStableFrameLw() method in WindowState 3056 && win.getFrameLw().right >= win.getStableFrameLw().right in isHiddenFromUserLocked() 3057 && win.getFrameLw().bottom >= win.getStableFrameLw().bottom) { in isHiddenFromUserLocked()
|
/frameworks/base/services/ |
D | art-profile | 17732 PLcom/android/server/wm/WindowState;->getStableFrameLw()Landroid/graphics/Rect;
|