Home
last modified time | relevance | path

Searched refs:getDisplayFrameLw (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java132 assertInsetBy(mWindow.getDisplayFrameLw(), 0, 0, 0, 0); in layoutWindowLw_appDrawsBars()
149 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars()
167 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), 0, 0); in layoutWindowLw_appWontDrawBars_forceStatusAndNav()
186 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), 0, 0); in layoutWindowLw_keyguardDialog_hideNav()
204 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), 0, 0); in layoutWindowLw_withDisplayCutout()
223 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), STATUS_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_never()
242 assertInsetBy(mWindow.getDisplayFrameLw(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
261 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), STATUS_BAR_HEIGHT, 0); in layoutWindowLw_withDisplayCutout_fullscreen()
281 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
301 assertInsetBy(mWindow.getDisplayFrameLw(), DISPLAY_CUTOUT_HEIGHT, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape()
[all …]
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java213 public Rect getDisplayFrameLw(); in getDisplayFrameLw() method
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java1121 || frame.left + insets >= win.getDisplayFrameLw().right); in selectDockedDividerAnimationLw()
1123 || frame.bottom + insets >= win.getDisplayFrameLw().bottom); in selectDockedDividerAnimationLw()
1774 Rect parentDisplayFrame = attached.getDisplayFrameLw(); in setAttachedWindowFrames()
2357 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()
2370 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()
DAccessibilityController.java1267 unaccountedSpace.op(windowState.getDisplayFrameLw(), unaccountedSpace, in updateUnaccountedSpace()
DWindowState.java1151 public Rect getDisplayFrameLw() { in getDisplayFrameLw() method in WindowState
3054 if (win.getFrameLw().left <= win.getDisplayFrameLw().left in isHiddenFromUserLocked()
3055 && win.getFrameLw().top <= win.getDisplayFrameLw().top in isHiddenFromUserLocked()
DDisplayContent.java739 + " mDisplayFrame=" + w.getDisplayFrameLw());
766 + " mDisplayFrame=" + w.getDisplayFrameLw());
DWindowManagerService.java1951 outDisplayFrame.set(win.getDisplayFrameLw()); in getWindowDisplayFrame()
/frameworks/base/services/
Dart-profile17705 HSPLcom/android/server/wm/WindowState;->getDisplayFrameLw()Landroid/graphics/Rect;