Home
last modified time | relevance | path

Searched refs:getContentFrameLw (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java130 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 …]
DWindowFrameTests.java108 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/
DDisplayPolicy.java1603 sTmpRect.set(mStatusBar.getContentFrameLw()); in layoutStatusBar()
1605 sTmpRect.top = mStatusBar.getContentFrameLw().top; // Ignore top display cutout inset in layoutStatusBar()
1749 mNavigationBarController.setContentFrame(mNavigationBar.getContentFrameLw()); in layoutNavigationBar()
1798 ? attached.getContentFrameLw() : parentOverscan); in setAttachedWindowFrames()
1805 cf.set(attached.getContentFrameLw()); 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()
DAppWindowToken.java2995 Rect appRect = win != null ? win.getContentFrameLw() : in loadThumbnailAnimation()
DWindowState.java1161 public Rect getContentFrameLw() { in getContentFrameLw() method in WindowState
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java234 public Rect getContentFrameLw(); in getContentFrameLw() method
/frameworks/base/services/
Dart-profile17701 HSPLcom/android/server/wm/WindowState;->getContentFrameLw()Landroid/graphics/Rect;