Searched refs:parentFrame (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/policy/ |
D | PhoneWindowManagerLayoutTest.java | 79 assertInsetByTopBottom(mAppWindow.parentFrame, 0, 0); in layoutWindowLw_appDrawsBars() 94 assertInsetByTopBottom(mAppWindow.parentFrame, 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() 110 assertInsetByTopBottom(mAppWindow.parentFrame, 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatus() 135 assertInsetByTopBottom(mAppWindow.parentFrame, 0, 0); in layoutWindowLw_withDisplayCutout() 152 assertInsetByTopBottom(mAppWindow.parentFrame, STATUS_BAR_HEIGHT, 0); in layoutWindowLw_withhDisplayCutout_never() 169 assertInsetByTopBottom(mAppWindow.parentFrame, 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen() 186 assertInsetByTopBottom(mAppWindow.parentFrame, STATUS_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_fullscreen() 204 assertInsetByTopBottom(mAppWindow.parentFrame, 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout() 221 assertInsetBy(mAppWindow.parentFrame, DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape() 238 assertInsetBy(mAppWindow.parentFrame, 0, 0, DISPLAY_CUTOUT_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_seascape() [all …]
|
D | FakeWindowState.java | 32 public final Rect parentFrame = new Rect(); field in FakeWindowState 64 public void computeFrameLw(Rect parentFrame, Rect displayFrame, Rect overlayFrame, in computeFrameLw() argument 68 this.parentFrame.set(parentFrame); in computeFrameLw() 81 return parentFrame; in getFrameLw()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 849 public void computeFrameLw(Rect parentFrame, Rect displayFrame, Rect overscanFrame, in computeFrameLw() argument 891 mContainingFrame.set(parentFrame); in computeFrameLw() 894 layoutContainingFrame = parentFrame; in computeFrameLw() 916 && mContainingFrame.bottom > parentFrame.bottom) { in computeFrameLw() 920 mContainingFrame.bottom = parentFrame.bottom; in computeFrameLw() 939 mInsetFrame.intersectUnchecked(parentFrame); in computeFrameLw() 940 mContainingFrame.intersectUnchecked(parentFrame); in computeFrameLw() 950 subtractInsets(mContainingFrame, layoutContainingFrame, parentFrame, mTmpRect); in computeFrameLw() 951 subtractInsets(mInsetFrame, layoutContainingFrame, parentFrame, mTmpRect); in computeFrameLw() 960 if (!mParentFrame.equals(parentFrame)) { in computeFrameLw() [all …]
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 226 public void computeFrameLw(Rect parentFrame, Rect displayFrame, in computeFrameLw() argument
|