/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
D | SystemBarHelper.java | 332 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/ |
D | StickyHeaderScrollView.java | 114 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
D | StickyHeaderListView.java | 148 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/ |
D | StickyHeaderRecyclerView.java | 131 insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ScreenDecorWindowTests.java | 297 assertThat(insets.getSystemWindowInsetBottom()).isAtLeast(expected); in assertInsetGreaterOrEqual() 313 case BOTTOM: return insets.getSystemWindowInsetBottom() >= expected; in waitForInsetGreaterOrEqual()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsStateTest.java | 136 assertEquals(0, insets.getSystemWindowInsetBottom()); in testCalculateInsets_imeIgnoredWithoutAdjustResize() 248 assertEquals(0, insets.getSystemWindowInsetBottom()); in testStripForDispatch()
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 168 insets.getSystemWindowInsetRight(), insets.getSystemWindowInsetBottom()); in onApplyWindowInsets()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleExpandedView.java | 345 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/ |
D | WindowInsetsActivity.java | 163 insets.getSystemWindowInsetBottom()); in onCreate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/ |
D | PhysicsAnimationLayoutTestCase.java | 88 when(mWindowInsets.getSystemWindowInsetBottom()).thenReturn(mSystemWindowInsetSize); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarView.java | 1244 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/ |
D | WindowInsets.java | 441 public int getSystemWindowInsetBottom() { in getSystemWindowInsetBottom() method in WindowInsets
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarOverlayLayout.java | 450 mInnerInsets.getSystemWindowInsetBottom() + bottomInset
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | DecorView.java | 1028 mFloatingInsets.bottom = insets.getSystemWindowInsetBottom(); 1030 0, insets.getSystemWindowInsetBottom()); 1034 mFloatingInsets.right = insets.getSystemWindowInsetBottom();
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 525 inset = insets.getSystemWindowInsetBottom(); in onApplyWindowInsets()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 3136 .setEmptyStateBottomOffset(insets.getSystemWindowInsetBottom());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 1779 mBottomInset = insets.getSystemWindowInsetBottom();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34640 method public int getSystemWindowInsetBottom();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 23970 HSPLandroid/view/WindowInsets;->getSystemWindowInsetBottom()I
|
/frameworks/base/api/ |
D | current.txt | 55456 method @Deprecated public int getSystemWindowInsetBottom();
|