/frameworks/support/compat/api20/android/support/v4/view/ |
WindowInsetsCompatApi20.java | 54 public static Object replaceSystemWindowInsets(Object insets, int left, int top, int right, 56 return ((WindowInsets) insets).replaceSystemWindowInsets(left, top, right, bottom);
|
/frameworks/support/compat/api21/android/support/v4/view/ |
WindowInsetsCompatApi21.java | 51 public static Object replaceSystemWindowInsets(Object insets, Rect systemWindowInsets) { 52 return ((WindowInsets) insets).replaceSystemWindowInsets(systemWindowInsets);
|
/frameworks/support/compat/java/android/support/v4/view/ |
WindowInsetsCompat.java | 40 WindowInsetsCompat replaceSystemWindowInsets(Object insets, 42 WindowInsetsCompat replaceSystemWindowInsets(Object insets, Rect systemWindowInsets); 99 public WindowInsetsCompat replaceSystemWindowInsets(Object insets, int left, int top, int right, int bottom) { 104 public WindowInsetsCompat replaceSystemWindowInsets(Object insets, Rect systemWindowInsets) { 187 public WindowInsetsCompat replaceSystemWindowInsets(Object insets, int left, int top, 189 return new WindowInsetsCompat(WindowInsetsCompatApi20.replaceSystemWindowInsets(insets, 236 public WindowInsetsCompat replaceSystemWindowInsets(Object insets, 238 return new WindowInsetsCompat(WindowInsetsCompatApi21.replaceSystemWindowInsets(insets, 394 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { 395 return IMPL.replaceSystemWindowInsets(mInsets, left, top, right, bottom) [all...] |
/frameworks/support/core-ui/api21/android/support/v4/widget/ |
DrawerLayoutCompatApi21.java | 48 wi = wi.replaceSystemWindowInsets(wi.getSystemWindowInsetLeft(), 51 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(), 61 wi = wi.replaceSystemWindowInsets(wi.getSystemWindowInsetLeft(), 64 wi = wi.replaceSystemWindowInsets(0, wi.getSystemWindowInsetTop(),
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
StickyHeaderScrollView.java | 108 insets = insets.replaceSystemWindowInsets(
|
StickyHeaderListView.java | 140 insets.replaceSystemWindowInsets(
|
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/view/ |
StickyHeaderRecyclerView.java | 120 insets.replaceSystemWindowInsets(
|
/frameworks/base/core/java/android/view/ |
WindowInsets.java | 343 public WindowInsets replaceSystemWindowInsets(int left, int top, 358 public WindowInsets replaceSystemWindowInsets(Rect systemWindowInsets) {
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/ |
SystemBarHelper.java | 334 return insets.replaceSystemWindowInsets(
|
/frameworks/base/core/java/com/android/internal/policy/ |
DecorView.java | [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AppCompatDelegateImplV9.java | 438 insets = insets.replaceSystemWindowInsets( [all...] |
/frameworks/support/core-ui/java/android/support/v4/view/ |
ViewPager.java | 474 return applied.replaceSystemWindowInsets( [all...] |
/prebuilts/sdk/current/support/v13/ |
android-support-v13.jar | |
/prebuilts/sdk/current/support/v4/ |
android-support-v4.jar | |