Searched refs:getSystemWindowInsetTop (Results 1 - 20 of 20) sorted by relevance

/frameworks/support/core-ui/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java49 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
51 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
62 wi.getSystemWindowInsetTop(), 0, wi.getSystemWindowInsetBottom());
64 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
68 lp.topMargin = wi.getSystemWindowInsetTop();
74 return insets != null ? ((WindowInsets) insets).getSystemWindowInsetTop() : 0;
90 drawerLayout.setChildInsets(insets, insets.getSystemWindowInsetTop() > 0);
/frameworks/support/compat/api20/android/support/v4/view/
H A DWindowInsetsCompatApi20.java38 public static int getSystemWindowInsetTop(Object insets) { method in class:WindowInsetsCompatApi20
39 return ((WindowInsets) insets).getSystemWindowInsetTop();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/custom/
H A DCustomDrawerLayout.java42 mSystemWindowInsetTop = insets.getSystemWindowInsetTop();
46 public int getSystemWindowInsetTop() { method in class:CustomDrawerLayout
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java32 int getSystemWindowInsetTop(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
62 public int getSystemWindowInsetTop(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
173 public int getSystemWindowInsetTop(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi20Impl
174 return WindowInsetsCompatApi20.getSystemWindowInsetTop(insets);
301 public int getSystemWindowInsetTop() { method in class:WindowInsetsCompat
302 return IMPL.getSystemWindowInsetTop(mInsets);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java107 mStatusBarInset = insets.getSystemWindowInsetTop();
H A DStatusBarBackgroundLayout.java86 final int insetTop = ((WindowInsets) mLastInsets).getSystemWindowInsetTop();
H A DStickyHeaderListView.java139 mStatusBarInset = insets.getSystemWindowInsetTop();
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java119 mStatusBarInset = insets.getSystemWindowInsetTop();
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java74 insets.getSystemWindowInsetTop(),
H A DNavigationMenuPresenter.java270 int top = insets.getSystemWindowInsetTop();
/frameworks/base/core/java/android/view/
H A DWindowInsets.java142 public int getSystemWindowInsetTop() { method in class:WindowInsets
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java167 mMainInsets.set(insets.getSystemWindowInsetLeft(), insets.getSystemWindowInsetTop(),
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java336 insets.getSystemWindowInsetTop(),
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingToolbarLayout.java301 final int topInset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
418 final int insetTop = mLastInsets.getSystemWindowInsetTop();
1071 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
1261 final int insetTop = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
H A DCoordinatorLayout.java345 mDrawStatusBarBackground = insets != null && insets.getSystemWindowInsetTop() > 0;
758 final int vertInsets = mLastInsets.getSystemWindowInsetTop()
859 final int inset = mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
1134 parent.top += mLastInsets.getSystemWindowInsetTop();
H A DAppBarLayout.java568 return mLastInsets != null ? mLastInsets.getSystemWindowInsetTop() : 0;
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java957 mFloatingInsets.top = insets.getSystemWindowInsetTop();
963 mFloatingInsets.left = insets.getSystemWindowInsetTop();
965 insets = insets.replaceSystemWindowInsets(0, insets.getSystemWindowInsetTop(),
1025 insets.getSystemWindowInsetTop());
1119 insets.getSystemWindowInsetTop() - consumedTop,
1280 final int newMargin = rect.top == 0 ? insets.getSystemWindowInsetTop() : 0;
1283 mlp.topMargin = insets.getSystemWindowInsetTop();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DDrawerLayoutTest.java258 int drawerTopInset = mDrawerLayout.getSystemWindowInsetTop();
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java455 res.top = applied.getSystemWindowInsetTop();
466 res.top = Math.min(childInsets.getSystemWindowInsetTop(),
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java438 final int top = insets.getSystemWindowInsetTop();

Completed in 630 milliseconds