Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java1659 int insetsHeight = -1; in getBarLayoutParamsForRotation() local
1721 private InsetsFrameProvider[] getInsetsFrameProvider(int insetsHeight, Context userContext) { in getInsetsFrameProvider()
/aosp14/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java113 final int insetsHeight = insetsWithCutout.top + insetsWithCutout.bottom; in getSizeExcludingNavigationBarAndCutout() local