/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsStateTest.java | 191 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 D | TestWallpaper.java | 167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
|
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
H A D | ChatActivity.java | 159 insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), in onCreate()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/ |
H A D | PhysicsAnimationLayoutTestCase.java | 87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | DecorView.java | 1038 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 D | ActionBarOverlayLayout.java | 448 mInnerInsets.getSystemWindowInsetTop() + topInset,
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowInsets.java | 412 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarView.java | 1168 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 18743 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18807 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 53791 method @Deprecated public int getSystemWindowInsetTop();
|