Home
last modified time | relevance | path

Searched refs:stableFrame (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DPhoneWindowManagerLayoutTest.java80 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appDrawsBars()
95 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars()
111 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatus()
136 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout()
153 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withhDisplayCutout_never()
170 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
187 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreen()
205 assertInsetByTopBottom(mAppWindow.stableFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
222 assertInsetBy(mAppWindow.stableFrame, 0, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_landscape()
239 assertInsetBy(mAppWindow.stableFrame, NAV_BAR_HEIGHT, STATUS_BAR_HEIGHT, 0, 0); in layoutWindowLw_withDisplayCutout_seascape()
[all …]
DFakeWindowState.java38 public final Rect stableFrame = new Rect(); field in FakeWindowState
65 Rect contentFrame, Rect visibleFrame, Rect decorFrame, Rect stableFrame, in computeFrameLw() argument
74 this.stableFrame.set(stableFrame); in computeFrameLw()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java228 Rect stableFrame, @Nullable Rect outsetFrame, WmDisplayCutout displayCutout, in computeFrameLw() argument
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java850 Rect contentFrame, Rect visibleFrame, Rect decorFrame, Rect stableFrame, in computeFrameLw() argument
976 mStableFrame.set(stableFrame); in computeFrameLw()