Home
last modified time | relevance | path

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

123

/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/custom/
DCustomDrawerLayout.java41 mSystemWindowInsetTop = insets.getSystemWindowInsetTop(); in dispatchApplyWindowInsets()
45 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in CustomDrawerLayout
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DScreenDecorWindowTests.java182 assertTopInsetEquals(mTestActivity, initialInsets.getSystemWindowInsetTop()); in testRemoval()
258 waitFor(() -> getInsets(activity).getSystemWindowInsetTop() == expected); in assertTopInsetEquals()
259 assertEquals(expected, getInsets(activity).getSystemWindowInsetTop()); in assertTopInsetEquals()
271 case TOP: return insets.getSystemWindowInsetTop() >= expected; in assertInsetGreaterOrEqual()
281 case TOP: assertGreaterOrEqual(insets.getSystemWindowInsetTop(), expected); break; in assertInsetGreaterOrEqual()
/frameworks/support/compat/src/main/java/androidx/core/view/
DWindowInsetsCompat.java78 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsetsCompat
80 return ((WindowInsets) mInsets).getSystemWindowInsetTop(); in getSystemWindowInsetTop()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DStickyHeaderScrollView.java107 mStatusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
DStatusBarBackgroundLayout.java86 final int insetTop = ((WindowInsets) mLastInsets).getSystemWindowInsetTop(); in onDraw()
DStickyHeaderListView.java139 mStatusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DStickyHeaderRecyclerView.java123 mStatusBarInset = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
/frameworks/support/drawerlayout/src/main/java/androidx/drawerlayout/widget/
DDrawerLayout.java349 drawerLayout.setChildInsets(insets, insets.getSystemWindowInsetTop() > 0); in DrawerLayout()
1086 wi.getSystemWindowInsetTop(), 0, in onMeasure()
1089 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(), in onMeasure()
1100 wi.getSystemWindowInsetTop(), 0, in onMeasure()
1103 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(), in onMeasure()
1108 lp.topMargin = wi.getSystemWindowInsetTop(); in onMeasure()
1390 ? ((WindowInsets) mLastInsets).getSystemWindowInsetTop() : 0; in onDraw()
/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java984 mFloatingInsets.top = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
986 insets = insets.inset(0, insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
990 mFloatingInsets.left = insets.getSystemWindowInsetTop(); in onApplyWindowInsets()
1069 insets.getSystemWindowInsetTop()); in updateColorViews()
1350 final int newMargin = rect.top == 0 ? insets.getSystemWindowInsetTop() : 0;
1353 mlp.topMargin = insets.getSystemWindowInsetTop();
1383 insets = insets.inset(0, insets.getSystemWindowInsetTop(), 0, 0);
/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.java348 insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
/frameworks/base/core/java/android/view/
DWindowInsets.java162 public int getSystemWindowInsetTop() { in getSystemWindowInsetTop() method in WindowInsets
/frameworks/support/wear/src/main/java/androidx/wear/widget/
DBoxInsetLayout.java135 mInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onAttachedToWindow()
/frameworks/support/coordinatorlayout/src/main/java/androidx/coordinatorlayout/widget/
DCoordinatorLayout.java359 mDrawStatusBarBackground = insets != null && insets.getSystemWindowInsetTop() > 0; in setWindowInsets()
793 final int vertInsets = mLastInsets.getSystemWindowInsetTop() in onMeasure()
898 final int inset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0; in onDraw()
1175 parent.top += mLastInsets.getSystemWindowInsetTop(); in layoutChild()
/frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
DDrawerLayoutTest.java287 int drawerTopInset = mDrawerLayout.getSystemWindowInsetTop(); in testDrawerHeight()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java446 mInnerInsets.getSystemWindowInsetTop() + topInset,
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DViewPager.java451 res.top = applied.getSystemWindowInsetTop(); in initViewPager()
462 res.top = Math.min(childInsets.getSystemWindowInsetTop(), in initViewPager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java1219 setPadding(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(), in onApplyWindowInsets()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegateImpl.java633 final int top = insets.getSystemWindowInsetTop();
/frameworks/support/compat/api_legacy/
D26.0.0.txt1876 method public int getSystemWindowInsetTop();
D27.0.0.txt1855 method public int getSystemWindowInsetTop();
D26.1.0.txt1876 method public int getSystemWindowInsetTop();
Dcurrent.txt1969 method public int getSystemWindowInsetTop();
D27.1.0.txt1909 method public int getSystemWindowInsetTop();
D28.0.0-alpha1.txt1967 method public int getSystemWindowInsetTop();

123