Searched defs:bottomInset (Results 1 – 6 of 6) sorted by relevance
1000 static boolean isNavBarToRightEdge(int bottomInset, int rightInset) { in isNavBarToRightEdge()1004 static boolean isNavBarToLeftEdge(int bottomInset, int leftInset) { in isNavBarToLeftEdge()1008 static int getNavBarSize(int bottomInset, int rightInset, int leftInset) { in getNavBarSize()
370 final int bottomInset = DecorView.getColorViewBottomInset(stableInsets.bottom, in drawColorViews() local
318 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets() local
1497 int bottomInset = overrideHeight ? 0 : inInsetBounds.bottom - mTmpRect2.bottom; in subtractNonDecorInsets() local1508 int bottomInset = overrideHeight ? 0 : inInsetBounds.bottom - mTmpRect2.bottom; in subtractStableInsets() local
180 void setOpticalInsets(int leftInset, int topInset, int rightInset, int bottomInset) { in setOpticalInsets()
3932 int bottomInset = taskBounds.bottom - mTmpRect.bottom; in calculateRelevantTaskInsets() local