Searched refs:decorFrame (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/ |
D | PhoneWindowManagerLayoutTest.java | 82 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 …]
|
D | FakeWindowState.java | 37 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/ |
D | WindowManagerPolicy.java | 227 Rect overlayFrame, Rect contentFrame, Rect visibleFrame, Rect decorFrame, in computeFrameLw() argument
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 850 Rect contentFrame, Rect visibleFrame, Rect decorFrame, Rect stableFrame, in computeFrameLw() argument 975 mDecorFrame.set(decorFrame); in computeFrameLw()
|