Searched refs:getSystemWindowInsetBottom (Results 1 – 17 of 17) sorted by relevance
114 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
148 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()334 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets()
131 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
160 insets.getSystemWindowInsetBottom()); in onCreate()
88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
175 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize()318 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
1170 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()1178 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
1039 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();1041 0, insets.getSystemWindowInsetBottom());1045 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
444 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets
3224 .setEmptyStateBottomOffset(insets.getSystemWindowInsetBottom());
18740 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
18804 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
34640 method public int getSystemWindowInsetBottom();
53788 method @Deprecated public int getSystemWindowInsetBottom();