Home
last modified time | relevance | path

Searched refs:getDecorFrame (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java131 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_appDrawsBars()
148 assertInsetByTopBottom(mWindow.getDecorFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars()
166 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_appWontDrawBars_forceStatusAndNav()
185 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_keyguardDialog_hideNav()
203 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_withDisplayCutout()
222 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_never()
241 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_layoutFullscreen()
260 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_fullscreen()
280 assertInsetByTopBottom(mWindow.getDecorFrame(), 0, 0); in layoutWindowLw_withDisplayCutout_fullscreenInCutout()
300 assertInsetBy(mWindow.getDecorFrame(), 0, 0, 0, 0); in layoutWindowLw_withDisplayCutout_landscape()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DWindowStateAnimator.java793 + w.getDecorFrame() + " mSystemDecorRect=" + mSystemDecorRect); in calculateCrop()
DWindowState.java1174 Rect getDecorFrame() { in getDecorFrame() method in WindowState