Searched refs:getSystemWindowInsetLeft (Results 1 - 15 of 15) sorted by relevance

/frameworks/support/compat/api20/android/support/v4/view/
H A DWindowInsetsCompatApi20.java30 public static int getSystemWindowInsetLeft(Object insets) { method in class:WindowInsetsCompatApi20
31 return ((WindowInsets) insets).getSystemWindowInsetLeft();
/frameworks/support/core-ui/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java48 wi = wi.replaceSystemWindowInsets(wi.getSystemWindowInsetLeft(),
61 wi = wi.replaceSystemWindowInsets(wi.getSystemWindowInsetLeft(),
67 lp.leftMargin = wi.getSystemWindowInsetLeft();
/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java31 int getSystemWindowInsetLeft(Object insets); method in interface:WindowInsetsCompat.WindowInsetsCompatImpl
57 public int getSystemWindowInsetLeft(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatBaseImpl
163 public int getSystemWindowInsetLeft(Object insets) { method in class:WindowInsetsCompat.WindowInsetsCompatApi20Impl
164 return WindowInsetsCompatApi20.getSystemWindowInsetLeft(insets);
288 public int getSystemWindowInsetLeft() { method in class:WindowInsetsCompat
289 return IMPL.getSystemWindowInsetLeft(mInsets);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java109 insets.getSystemWindowInsetLeft(),
H A DStickyHeaderListView.java141 insets.getSystemWindowInsetLeft(),
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java121 insets.getSystemWindowInsetLeft(),
/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java73 mInsets.set(insets.getSystemWindowInsetLeft(),
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderScrollingViewBehavior.java121 available.left += parentInsets.getSystemWindowInsetLeft();
H A DCoordinatorLayout.java756 final int horizInsets = mLastInsets.getSystemWindowInsetLeft()
1133 parent.left += mLastInsets.getSystemWindowInsetLeft();
/frameworks/base/core/java/android/view/
H A DWindowInsets.java129 public int getSystemWindowInsetLeft() { 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.java335 insets.getSystemWindowInsetLeft(),
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java959 insets = insets.replaceSystemWindowInsets(insets.getSystemWindowInsetLeft(), 0,
1031 insets.getSystemWindowInsetLeft());
1118 insets.getSystemWindowInsetLeft() - consumedLeft,
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java454 res.left = applied.getSystemWindowInsetLeft();
464 res.left = Math.min(childInsets.getSystemWindowInsetLeft(),
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java443 insets.getSystemWindowInsetLeft(),

Completed in 377 milliseconds