Home
last modified time | relevance | path

Searched refs:getDisplayFrameLw (Results 1 – 7 of 7) 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.java1111 || frame.left + insets >= win.getDisplayFrameLw().right); in selectDockedDividerAnimationLw()
1113 || frame.bottom + insets >= win.getDisplayFrameLw().bottom); in selectDockedDividerAnimationLw()
1764 Rect parentDisplayFrame = attached.getDisplayFrameLw(); in setAttachedWindowFrames()
2347 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetInputMethodWindowLw()
2360 int top = Math.max(win.getDisplayFrameLw().top, win.getContentFrameLw().top); in offsetVoiceInputWindowLw()
DAccessibilityController.java1270 unaccountedSpace.op(windowState.getDisplayFrameLw(), unaccountedSpace, in updateUnaccountedSpace()
DDisplayContent.java734 + " mDisplayFrame=" + w.getDisplayFrameLw());
761 + " mDisplayFrame=" + w.getDisplayFrameLw());
DWindowManagerService.java1930 outDisplayFrame.set(win.getDisplayFrameLw()); in getWindowDisplayFrame()
/frameworks/base/services/
Dart-profile17705 HSPLcom/android/server/wm/WindowState;->getDisplayFrameLw()Landroid/graphics/Rect;