Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DPhoneWindowManagerLayoutTest.java81 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appDrawsBars()
96 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars()
112 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatus()
137 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout()
154 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withhDisplayCutout_never()
171 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
188 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreen()
206 assertInsetByTopBottom(mAppWindow.contentFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
223 assertInsetBy(mAppWindow.contentFrame, in layoutWindowLw_withDisplayCutout_landscape()
240 assertInsetBy(mAppWindow.contentFrame, in layoutWindowLw_withDisplayCutout_seascape()
[all …]
DFakeWindowState.java35 public final Rect contentFrame = new Rect(); field in FakeWindowState
65 Rect contentFrame, Rect visibleFrame, Rect decorFrame, Rect stableFrame, in computeFrameLw() argument
71 this.contentFrame.set(contentFrame); in computeFrameLw()
96 return contentFrame; in getContentFrameLw()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java227 Rect overlayFrame, Rect contentFrame, Rect visibleFrame, Rect decorFrame, 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
911 && mContainingFrame.bottom > contentFrame.bottom) { in computeFrameLw()
914 mContainingFrame.top -= mContainingFrame.bottom - contentFrame.bottom; in computeFrameLw()
929 mContainingFrame.set(contentFrame); in computeFrameLw()
973 mContentFrame.set(contentFrame); in computeFrameLw()