Home
last modified time | relevance | path

Searched refs:getSystemWindowInsetTop (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java195 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
199 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
210 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
214 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
226 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
230 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
234 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
238 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java108 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
DStatusBarBackgroundLayout.java86 final int insetTop = ((WindowInsets) lastInsets).getSystemWindowInsetTop(); in onDraw()
DStickyHeaderListView.java143 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java126 statusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java347 insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
DChatActivity.java160 insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), in onCreate()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java511 Math.max(mInnerInsets.getSystemWindowInsetTop(), topInset),
518 mInnerInsets.getSystemWindowInsetTop() + topInset,
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1012 mFloatingInsets.top = insets.getSystemWindowInsetTop();
1014 insets = insets.inset(0, insets.getSystemWindowInsetTop(),
1018 mFloatingInsets.left = insets.getSystemWindowInsetTop();
1567 int newTopMargin = innerInsets.getSystemWindowInsetTop();
1622 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
/frameworks/base/core/java/android/view/
DWindowInsets.java440 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1154 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
/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.txt18412 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34643 method public int getSystemWindowInsetTop();
/frameworks/base/config/
Dboot-image-profile.txt18476 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/frameworks/base/core/api/
Dcurrent.txt54334 method @Deprecated public int getSystemWindowInsetTop();