Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java81 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java132 int bottomInset = 0; in oldMethodParsingSpec() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java411 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java570 int bottomInset = insets.getInsetsIgnoringVisibility(systemBars()).bottom; in onApplyWindowInsets() local
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1080 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()
1087 final int bottomInset = (int) (systemBarInsets.bottom * scale); in getNavigationBarRect() local