Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DScreenDecorWindowTests.java188 assertTopInsetEquals(mTestActivity, initialInsets.getSystemWindowInsetTop()); in testRemoval()
277 assertEquals(expected, getInsets(activity).getSystemWindowInsetTop()); in assertTopInsetEquals()
281 waitFor(() -> getInsets(activity).getSystemWindowInsetTop() == expected); in waitForTopInsetEqual()
294 assertThat(insets.getSystemWindowInsetTop()).isAtLeast(expected); in assertInsetGreaterOrEqual()
312 case TOP: return insets.getSystemWindowInsetTop() >= expected; in waitForInsetGreaterOrEqual()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java153 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
157 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
170 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
174 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
/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/
DWindowInsetsActivity.java162 insets.getSystemWindowInsetTop(), insets.getSystemWindowInsetRight(), in onCreate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java87 when(mWindowInsets.getSystemWindowInsetTop()).thenReturn(mSystemWindowInsetSize); in setUp()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java1027 mFloatingInsets.top = insets.getSystemWindowInsetTop();
1029 insets = insets.inset(0, insets.getSystemWindowInsetTop(),
1033 mFloatingInsets.left = insets.getSystemWindowInsetTop();
1486 int newTopMargin = innerInsets.getSystemWindowInsetTop();
1541 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
/frameworks/base/core/java/android/view/
DWindowInsets.java409 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java448 mInnerInsets.getSystemWindowInsetTop() + topInset,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java1243 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
/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.txt34643 method public int getSystemWindowInsetTop();
/frameworks/base/config/
Dboot-image-profile.txt23973 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/frameworks/base/api/
Dcurrent.txt55459 method @Deprecated public int getSystemWindowInsetTop();