Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/utils/
DWmDisplayCutout.java120 int bottomInset = findInsetForSide(displaySize, boundingRects, Gravity.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/core/java/com/android/internal/policy/
DDecorView.java1071 public static boolean isNavBarToRightEdge(int bottomInset, int rightInset) { in isNavBarToRightEdge()
1075 public static boolean isNavBarToLeftEdge(int bottomInset, int leftInset) { in isNavBarToLeftEdge()
1079 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()
1086 final int bottomInset = in getNavigationBarRect() local
/frameworks/base/core/java/android/view/
DDisplayCutout.java681 final int bottomInset; in pathAndDisplayCutoutFromSpec() local