Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/policy/
DPhoneWindowManagerLayoutTest.java82 assertInsetByTopBottom(mAppWindow.decorFrame, 0, 0); in layoutWindowLw_appDrawsBars()
97 assertInsetByTopBottom(mAppWindow.decorFrame, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars()
113 assertInsetByTopBottom(mAppWindow.decorFrame, 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatus()
138 assertInsetByTopBottom(mAppWindow.decorFrame, 0, 0); in layoutWindowLw_withDisplayCutout()
155 assertInsetByTopBottom(mAppWindow.decorFrame, 0, 0); in layoutWindowLw_withhDisplayCutout_never()
172 assertInsetByTopBottom(mAppWindow.decorFrame, 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
189 assertInsetByTopBottom(mAppWindow.decorFrame, 0, 0); in layoutWindowLw_withDisplayCutout_fullscreen()
207 assertInsetByTopBottom(mAppWindow.decorFrame, 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
225 assertInsetBy(mAppWindow.decorFrame, 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape()
242 assertInsetBy(mAppWindow.decorFrame, 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_seascape()
[all …]
DFakeWindowState.java37 public final Rect decorFrame = new Rect(); field in FakeWindowState
65 Rect contentFrame, Rect visibleFrame, Rect decorFrame, Rect stableFrame, in computeFrameLw() argument
73 this.decorFrame.set(decorFrame); in computeFrameLw()
/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
975 mDecorFrame.set(decorFrame); in computeFrameLw()