Searched refs:getContentFrameLw (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | DisplayPolicyLayoutTests.java | 130 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appDrawsBars() 147 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() 165 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatusAndNav() 184 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_keyguardDialog_hideNav() 202 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout() 221 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_never() 240 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_layoutFullscreen() 259 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreen() 279 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_fullscreenInCutout() 298 assertInsetBy(mWindow.getContentFrameLw(), in layoutWindowLw_withDisplayCutout_landscape() [all …]
|
D | WindowFrameTests.java | 108 assertRect(w.getContentFrameLw(), expectedRect.left, expectedRect.top, expectedRect.right, in assertContentFrame() 513 assertEquals(expected, w.getContentFrameLw()); in testFreeformContentInsets()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 1593 sTmpRect.set(mStatusBar.getContentFrameLw()); in layoutStatusBar() 1595 sTmpRect.top = mStatusBar.getContentFrameLw().top; // Ignore top display cutout inset in layoutStatusBar() 1739 mNavigationBarController.setContentFrame(mNavigationBar.getContentFrameLw()); in layoutNavigationBar() 1788 ? attached.getContentFrameLw() : parentOverscan); in setAttachedWindowFrames() 1795 cf.set(attached.getContentFrameLw()); 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 | AppWindowToken.java | 2979 Rect appRect = win != null ? win.getContentFrameLw() : in loadThumbnailAnimation()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 234 public Rect getContentFrameLw(); in getContentFrameLw() method
|
/frameworks/base/services/ |
D | art-profile | 17701 HSPLcom/android/server/wm/WindowState;->getContentFrameLw()Landroid/graphics/Rect;
|