Searched refs:dispatchApplyWindowInsets (Results 1 – 10 of 10) sorted by relevance
101 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()
451 mRoot.dispatchApplyWindowInsets(rootInsets); in inflateView()
460 mContent.dispatchApplyWindowInsets(mInnerInsets);
7234 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in ViewGroup7235 insets = super.dispatchApplyWindowInsets(insets); in dispatchApplyWindowInsets()7247 insets = getChildAt(i).dispatchApplyWindowInsets(insets); in brokenDispatchApplyWindowInsets()7259 getChildAt(i).dispatchApplyWindowInsets(insets); in newDispatchApplyWindowInsets()
10920 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed();11028 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) {
1949 host.dispatchApplyWindowInsets(insets); in dispatchApplyInsets()
16792 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…17364 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
33320 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);
51469 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);
51613 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);