Searched defs:bottomInset (Results 1 – 10 of 10) sorted by relevance
42 public void translateQsFrame(View qsFrame, QS qs, int bottomInset) { in translateQsFrame()
39 public abstract void translateQsFrame(View qsFrame, QS qs, int bottomInset); in translateQsFrame()
124 val bottomInset = windowInsets.displayCutout?.safeInsetBottom ?: 0 in <lambda>() constant140 val bottomInset = windowInsets.displayCutout?.safeInsetBottom ?: 0 in <lambda>() constant
319 val bottomInset = in <lambda>() constant553 val bottomInset = in <lambda>() constant
23 private var bottomInset: Int = 0 variable
132 int bottomInset = 0; in oldMethodParsingSpec() local
332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
1042 public static boolean isNavBarToLeftEdge(int bottomInset, int leftInset) { in isNavBarToLeftEdge()1046 public static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()1053 final int bottomInset = (int) (systemBarInsets.bottom * scale); in getNavigationBarRect() local
628 final float bottomInset = mScreenRect.bottom - bottomHeight; in getExpandedBubbleYForIme() local
657 int bottomInset = insets.getInsetsIgnoringVisibility(systemBars()).bottom; in onApplyWindowInsets() local