Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java160 insets.getSystemWindowInsetBottom()); in onCreate()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java175 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize()
318 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java1169 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
1177 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1039 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();
1041 0, insets.getSystemWindowInsetBottom());
1045 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java444 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java3224 .setEmptyStateBottomOffset(insets.getSystemWindowInsetBottom());
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt18740 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt18804 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53788 method @Deprecated public int getSystemWindowInsetBottom();