Home
last modified time | relevance | path

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

/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/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java114 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
DStickyHeaderListView.java148 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java131 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenDecorWindowTests.java297 assertThat(insets.getSystemWindowInsetBottom()).isAtLeast(expected); in assertInsetGreaterOrEqual()
313 case BOTTOM: return insets.getSystemWindowInsetBottom() >= expected; in waitForInsetGreaterOrEqual()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java136 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize()
248 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExpandedView.java345 final int keyboardHeight = insets.getSystemWindowInsetBottom() in onFinishInflate()
525 final int keyboardTop = mDisplaySize.y - Math.max(insets.getSystemWindowInsetBottom(), in updateInsets()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DWindowInsetsActivity.java163 insets.getSystemWindowInsetBottom()); in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java1244 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
1252 !isGesturalMode(mNavBarMode) || insets.getSystemWindowInsetBottom() == 0; in onApplyWindowInsets()
1262 controller.setBottomOffset(insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
/frameworks/base/core/java/android/view/
DWindowInsets.java441 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1028 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom();
1030 0, insets.getSystemWindowInsetBottom());
1034 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java525 inset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java3136 .setEmptyStateBottomOffset(insets.getSystemWindowInsetBottom());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1779 mBottomInset = insets.getSystemWindowInsetBottom();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34640 method public int getSystemWindowInsetBottom();
/frameworks/base/config/
Dboot-image-profile.txt23970 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
/frameworks/base/api/
Dcurrent.txt55456 method @Deprecated public int getSystemWindowInsetBottom();