Home
last modified time | relevance | path

Searched refs:insetsHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1745 int insetsHeight = -1; in getBarLayoutParamsForRotation() local
1758 insetsHeight = userContext.getResources().getDimensionPixelSize( in getBarLayoutParamsForRotation()
1767 insetsHeight = userContext.getResources().getDimensionPixelSize( in getBarLayoutParamsForRotation()
1793 lp.providedInsets = getInsetsFrameProvider(insetsHeight, userContext); in getBarLayoutParamsForRotation()
1807 private InsetsFrameProvider[] getInsetsFrameProvider(int insetsHeight, Context userContext) { in getInsetsFrameProvider() argument
1815 if (insetsHeight != -1 && !mEdgeBackGestureHandler.isButtonForcedVisible()) { in getInsetsFrameProvider()
1816 navBarProvider.setInsetsSize(Insets.of(0, 0, 0, insetsHeight)); in getInsetsFrameProvider()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java113 final int insetsHeight = insetsWithCutout.top + insetsWithCutout.bottom; in getSizeExcludingNavigationBarAndCutout() local
116 return new Size(bounds.width() - insetsWidth, bounds.height() - insetsHeight); in getSizeExcludingNavigationBarAndCutout()