Searched refs:getDisplayFrameLw (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 132 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/ |
D | WindowManagerPolicy.java | 213 public Rect getDisplayFrameLw(); in getDisplayFrameLw() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 1111 || 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()
|
D | AccessibilityController.java | 1270 unaccountedSpace.op(windowState.getDisplayFrameLw(), unaccountedSpace, in updateUnaccountedSpace()
|
D | DisplayContent.java | 734 + " mDisplayFrame=" + w.getDisplayFrameLw()); 761 + " mDisplayFrame=" + w.getDisplayFrameLw());
|
D | WindowManagerService.java | 1930 outDisplayFrame.set(win.getDisplayFrameLw()); in getWindowDisplayFrame()
|
/frameworks/base/services/ |
D | art-profile | 17705 HSPLcom/android/server/wm/WindowState;->getDisplayFrameLw()Landroid/graphics/Rect;
|