Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java168 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
172 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable()
182 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
186 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_systemUiFlagLayoutStable_windowFlagFullscreen()
196 assertEquals(0, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
200 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
204 assertEquals(100, insets.getSystemWindowInsetTop()); in testCalculateInsets_flagLayoutNoLimits()
208 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.java159 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/policy/
DDecorView.java1050 mFloatingInsets.top = insets.getSystemWindowInsetTop();
1052 insets = insets.inset(0, insets.getSystemWindowInsetTop(),
1056 mFloatingInsets.left = insets.getSystemWindowInsetTop();
1588 int newTopMargin = innerInsets.getSystemWindowInsetTop();
1643 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java448 mInnerInsets.getSystemWindowInsetTop() + topInset,
/frameworks/base/core/java/android/view/
DWindowInsets.java417 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1167 setPadding(leftInset, insets.getSystemWindowInsetTop(), rightInset, in onApplyWindowInsets()
/frameworks/base/boot/
Dboot-image-profile.txt18409 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34643 method public int getSystemWindowInsetTop();
/frameworks/base/config/
Dboot-image-profile.txt18472 HSPLandroid/view/WindowInsets;->getSystemWindowInsetTop()I
/frameworks/base/core/api/
Dcurrent.txt51280 method @Deprecated public int getSystemWindowInsetTop();