Searched refs:replaceSystemWindowInsets (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DWindowInsetsCompat.java211 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { method in class:WindowInsetsCompat
214 ((WindowInsets) mInsets).replaceSystemWindowInsets(left, top, right, bottom));
228 public WindowInsetsCompat replaceSystemWindowInsets(Rect systemWindowInsets) { method in class:WindowInsetsCompat
231 ((WindowInsets) mInsets).replaceSystemWindowInsets(systemWindowInsets));
/frameworks/support/core-ui/api21/android/support/v4/widget/
H A DDrawerLayoutCompatApi21.java50 wi = wi.replaceSystemWindowInsets(wi.getSystemWindowInsetLeft(),
53 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
63 wi = wi.replaceSystemWindowInsets(wi.getSystemWindowInsetLeft(),
66 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderScrollView.java108 insets = insets.replaceSystemWindowInsets(
H A DStickyHeaderListView.java140 insets.replaceSystemWindowInsets(
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/
H A DStickyHeaderRecyclerView.java120 insets.replaceSystemWindowInsets(
/frameworks/base/core/java/android/view/
H A DWindowInsets.java343 public WindowInsets replaceSystemWindowInsets(int left, int top, method in class:WindowInsets
358 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) { method in class:WindowInsets
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java332 return insets.replaceSystemWindowInsets(
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java991 insets = insets.replaceSystemWindowInsets(insets.getSystemWindowInsetLeft(), 0,
997 insets = insets.replaceSystemWindowInsets(0, insets.getSystemWindowInsetTop(),
1164 insets = insets.replaceSystemWindowInsets(
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java445 insets = insets.replaceSystemWindowInsets(
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java465 return applied.replaceSystemWindowInsets(

Completed in 6512 milliseconds