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.java161 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/java/com/android/internal/widget/
DActionBarOverlayLayout.java513 Math.max(mInnerInsets.getSystemWindowInsetBottom(), bottomInset)
520 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java179 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize()
322 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1155 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
1163 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1013 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();
1015 0, insets.getSystemWindowInsetBottom());
1019 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
/frameworks/base/core/java/android/view/
DWindowInsets.java472 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt18409 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34640 method public int getSystemWindowInsetBottom();
/frameworks/base/config/
Dboot-image-profile.txt18473 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/frameworks/base/core/api/
Dcurrent.txt54331 method @Deprecated public int getSystemWindowInsetBottom();