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()
267 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()273 mMenuViewLayer.dispatchApplyWindowInsets(fakeHidingImeInsets); in dispatchHidingImeInsets()
460 mContent.dispatchApplyWindowInsets(mInnerInsets);
7493 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in ViewGroup7494 insets = super.dispatchApplyWindowInsets(insets); in dispatchApplyWindowInsets()7508 insets = getChildAt(i).dispatchApplyWindowInsets(insets); in brokenDispatchApplyWindowInsets()7519 getChildAt(i).dispatchApplyWindowInsets(insets); in newDispatchApplyWindowInsets()
11818 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed(); in fitSystemWindows()11936 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in View
3031 host.dispatchApplyWindowInsets(insets); in dispatchApplyInsets()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17324 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…18018 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
17388 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…18082 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
52037 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);