Searched refs:dispatchApplyWindowInsets (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/v7/appcompat/tests/src/android/support/v7/custom/
H A DCustomDrawerLayout.java39 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { method in class:CustomDrawerLayout
41 return super.dispatchApplyWindowInsets(insets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java264 mRoot.dispatchApplyWindowInsets(rootInsets);
/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java279 public void dispatchApplyWindowInsets(WindowInsetsCompat insets) { method in class:NavigationMenuPresenter
287 ViewCompat.dispatchApplyWindowInsets(mHeaderLayout, insets);
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java780 public WindowInsetsCompat dispatchApplyWindowInsets(View v, WindowInsetsCompat insets) { method in class:ViewCompat.ViewCompatBaseImpl
1404 public WindowInsetsCompat dispatchApplyWindowInsets(View v, WindowInsetsCompat insets) { method in class:ViewCompat.ViewCompatApi21Impl
1406 WindowInsets result = v.dispatchApplyWindowInsets(unwrapped);
3112 public static WindowInsetsCompat dispatchApplyWindowInsets(View view, method in class:ViewCompat
3114 return IMPL.dispatchApplyWindowInsets(view, insets);
/frameworks/support/design/src/android/support/design/widget/
H A DNavigationView.java236 mPresenter.dispatchApplyWindowInsets(insets);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarOverlayLayout.java448 mContent.dispatchApplyWindowInsets(new WindowInsets(mInnerInsets));
/frameworks/base/core/java/android/view/
H A DViewGroup.java6928 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { method in class:ViewGroup
6929 insets = super.dispatchApplyWindowInsets(insets);
6933 insets = getChildAt(i).dispatchApplyWindowInsets(insets);
H A DViewRootImpl.java1568 host.dispatchApplyWindowInsets(getWindowInsets(true /* forceConstruct */));
H A DView.java9094 * @deprecated As of API 20 use {@link #dispatchApplyWindowInsets(WindowInsets)} to apply
9113 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed();
9148 * to apply insets should call {@link #dispatchApplyWindowInsets(WindowInsets)}.</p>
9221 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { method in class:View
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java1032 child.dispatchApplyWindowInsets(wi);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java438 // ViewGroup dispatchApplyWindowInsets since if child 0 consumes them,
451 .dispatchApplyWindowInsets(getChildAt(i), applied);

Completed in 1906 milliseconds