Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyInsetsTests.java47 verifyStableInsets(di, 0, STATUS_BAR_HEIGHT, 0, NAV_BAR_HEIGHT); in portrait()
48 verifyNonDecorInsets(di, 0, 0, 0, NAV_BAR_HEIGHT); in portrait()
56 verifyStableInsets(di, 0, STATUS_BAR_HEIGHT, 0, NAV_BAR_HEIGHT); in portrait_withCutout()
57 verifyNonDecorInsets(di, 0, DISPLAY_CUTOUT_HEIGHT, 0, NAV_BAR_HEIGHT); in portrait_withCutout()
65 verifyStableInsets(di, 0, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT, 0); in landscape()
66 verifyNonDecorInsets(di, 0, 0, NAV_BAR_HEIGHT, 0); in landscape()
74 verifyStableInsets(di, DISPLAY_CUTOUT_HEIGHT, STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT, 0); in landscape_withCutout()
75 verifyNonDecorInsets(di, DISPLAY_CUTOUT_HEIGHT, 0, NAV_BAR_HEIGHT, 0); in landscape_withCutout()
83 verifyStableInsets(di, NAV_BAR_HEIGHT, STATUS_BAR_HEIGHT, 0, 0); in seascape()
84 verifyNonDecorInsets(di, NAV_BAR_HEIGHT, 0, 0, 0); in seascape()
[all …]
DDisplayPolicyLayoutTests.java129 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appDrawsBars() local
130 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appDrawsBars() local
145 assertInsetByTopBottom(mWindow.getParentFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() local
146 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() local
147 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() local
148 assertInsetByTopBottom(mWindow.getDecorFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() local
149 assertInsetByTopBottom(mWindow.getDisplayFrameLw(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars() local
164 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatusAndNav() local
165 assertInsetByTopBottom(mWindow.getContentFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_appWontDrawBars_forceStatusAndNav() local
183 assertInsetByTopBottom(mWindow.getStableFrameLw(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_keyguardDialog_hideNav() local
[all …]
DDisplayPolicyTestsBase.java63 static final int NAV_BAR_HEIGHT = 15; field in DisplayPolicyTestsBase
77 resources.addOverride(R.dimen.navigation_bar_height, NAV_BAR_HEIGHT); in setUpDisplayPolicy()
78 resources.addOverride(R.dimen.navigation_bar_height_landscape, NAV_BAR_HEIGHT); in setUpDisplayPolicy()
79 resources.addOverride(R.dimen.navigation_bar_width, NAV_BAR_HEIGHT); in setUpDisplayPolicy()