Home
last modified time | relevance | path

Searched defs:bottomInset (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java147 int bottomInset = 0; in oldMethodParsingSpec() local
/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java130 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java704 int bottomInset = getRootWindowInsets() != null in getMaxExpandedHeight() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java412 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1061 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()
1068 final int bottomInset = (int) (systemBarInsets.bottom * scale); in getNavigationBarRect() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java521 int bottomInset = insets.getInsetsIgnoringVisibility(systemBars()).bottom; in onApplyWindowInsets() local