Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java191 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
195 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
206 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
210 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
222 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
226 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
230 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
234 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DChatActivity.java159 insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), in onCreate()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1038 mFloatingInsets.top = insets.getSystemWindowInsetTop();
1040 insets = insets.inset(0, insets.getSystemWindowInsetTop(),
1044 mFloatingInsets.left = insets.getSystemWindowInsetTop();
1587 int newTopMargin = innerInsets.getSystemWindowInsetTop();
1642 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java448 mInnerInsets.getSystemWindowInsetTop() + topInset,
/aosp14/frameworks/base/core/java/android/view/
H A DWindowInsets.java412 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java1168 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
/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.txt18743 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt18807 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt53791 method @Deprecated public int getSystemWindowInsetTop();