Home
last modified time | relevance | path

Searched refs:dispatchApplyWindowInsets (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
DActionBarOverlayLayoutTest.java101 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_stable()
113 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_notStable()
125 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_stable()
137 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_notStable()
149 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_stable()
161 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_notStable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBouncer.java451 mRoot.dispatchApplyWindowInsets(rootInsets); in inflateView()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java460 mContent.dispatchApplyWindowInsets(mInnerInsets);
/frameworks/base/core/java/android/view/
DViewGroup.java7234 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in ViewGroup
7235 insets = super.dispatchApplyWindowInsets(insets); in dispatchApplyWindowInsets()
7247 insets = getChildAt(i).dispatchApplyWindowInsets(insets); in brokenDispatchApplyWindowInsets()
7259 getChildAt(i).dispatchApplyWindowInsets(insets); in newDispatchApplyWindowInsets()
DView.java10920 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed();
11028 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) {
DViewRootImpl.java1949 host.dispatchApplyWindowInsets(insets); in dispatchApplyInsets()
/frameworks/base/config/
Dboot-image-profile.txt16792 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…
17364 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt33320 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);
/frameworks/base/non-updatable-api/
Dcurrent.txt51469 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);
/frameworks/base/api/
Dcurrent.txt51613 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);