Searched defs:bottomInset (Results 1 – 10 of 10) sorted by relevance
150 int bottomInset = insets.bottom - mInsets.bottom; in setInsets() local155 mHotseatWrapper.getPaddingRight(), bottomInset); in setInsets() local
81 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
82 int bottomInset = insets.bottom - mInsets.bottom; in setInsets() local
132 int bottomInset = 0; in oldMethodParsingSpec() local
332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
458 int bottomInset = Math.max(cutout.getWaterfallInsets().bottom, in computeSafeInsets() local
245 int bottomInset = TaskView.clipBottom(dp) in getScaledInsets() local
537 final float bottomInset = getImeHeight() + mInsets.bottom - (mSpacingBetweenBubbles * 2); in getExpandedBubbleYForIme() local
627 int bottomInset = insets.getInsetsIgnoringVisibility(systemBars()).bottom; in onApplyWindowInsets() local
1079 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()1086 final int bottomInset = (int) (systemBarInsets.bottom * scale); in getNavigationBarRect() local