Home
last modified time | relevance | path

Searched defs:NAV_BAR_HEIGHT (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java309 assertInsetByTopBottom(mWindow.getDisplayFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_fitNavigationBars() local
310 assertInsetByTopBottom(mWindow.getParentFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_fitNavigationBars() local
320 assertInsetByTopBottom(mWindow.getDisplayFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_fitAllSides() local
321 assertInsetByTopBottom(mWindow.getParentFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_fitAllSides() local
346 assertInsetByTopBottom(mWindow.getDisplayFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_fitInsetsIgnoringVisibility() local
347 assertInsetByTopBottom(mWindow.getParentFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_fitInsetsIgnoringVisibility() local
377 assertInsetByTopBottom(mWindow.getDisplayFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_insetParentFrameByIme() local
574 assertInsetByTopBottom(mWindow.getParentFrame(), 0, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_floatingInScreen() local
575 assertInsetByTopBottom(mWindow.getDisplayFrame(), STATUS_BAR_HEIGHT, NAV_BAR_HEIGHT); in layoutWindowLw_withDisplayCutout_floatingInScreen() local
H A DWindowTestsBase.java148 static final int NAV_BAR_HEIGHT = 15; field in WindowTestsBase