Home
last modified time | relevance | path

Searched refs:getSystemWindowInsetBottom (Results 1 – 17 of 17) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java114 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
DStickyHeaderListView.java148 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java332 int bottomInset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()
334 final int bottomMargin = Math.max(insets.getSystemWindowInsetBottom() - bottomOffset, 0); in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java131 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java160 insets.getSystemWindowInsetBottom()); in onCreate()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java175 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize()
318 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1170 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
1178 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1039 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();
1041 0, insets.getSystemWindowInsetBottom());
1045 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
/frameworks/base/core/java/android/view/
DWindowInsets.java444 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java3224 .setEmptyStateBottomOffset(insets.getSystemWindowInsetBottom());
/frameworks/base/boot/
Dboot-image-profile.txt18740 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/frameworks/base/config/
Dboot-image-profile.txt18804 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34640 method public int getSystemWindowInsetBottom();
/frameworks/base/core/api/
Dcurrent.txt53788 method @Deprecated public int getSystemWindowInsetBottom();