Searched defs:bottomInset (Results 1 – 6 of 6) sorted by relevance
81 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
132 int bottomInset = 0; in oldMethodParsingSpec() local
332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
411 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
570 int bottomInset = insets.getInsetsIgnoringVisibility(systemBars()).bottom; in onApplyWindowInsets() local
1080 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()1087 final int bottomInset = (int) (systemBarInsets.bottom * scale); in getNavigationBarRect() local