Searched defs:rightInset (Results 1 – 9 of 9) sorted by relevance
40 void setInsets(int leftInset, int rightInset); in setInsets()
79 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets() local
409 int rightInset = Math.max(cutout.getWaterfallInsets().right, in computeSafeInsets() local
600 final int rightInset = (int) (mSystemBarInsets.right * mScale); in drawStatusBarBackground() local
615 final int rightInset = (int) (mSystemBarInsets.right * mScale); in drawStatusBarBackground() local
1080 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()1089 final int rightInset = (int) (systemBarInsets.right * scale); in getNavigationBarRect() local
401 public void setInsets(int leftInset, int rightInset) { in setInsets()
882 public void setInsets(int leftInset, int rightInset) { in setInsets()
1333 int rightInset = insets.getSystemWindowInsetRight(); in onApplyWindowInsets() local