Searched refs:dispatchApplyWindowInsets (Results 1 – 11 of 11) sorted by relevance
112 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_stable()124 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CONSUMED_CUTOUT)); in topInset_consumedCutout_notStable()136 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_stable()148 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_notStable()160 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_stable()172 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_notStable()184 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout_noContentOnApplyWindowInsetsListener()197 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, CUTOUT_5)); in topInset_cutout__hasContentOnApplyWindowInsetsListener()209 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout_noContentOnApplyWindowInsetsListener()222 mLayout.dispatchApplyWindowInsets(insetsWith(TOP_INSET_5, NO_CUTOUT)); in topInset_noCutout__hasContentOnApplyWindowInsetsListener()
471 mMenuViewLayer.dispatchApplyWindowInsets(fakeShowingImeInsets); in dispatchShowingImeInsets()477 mMenuViewLayer.dispatchApplyWindowInsets(fakeHidingImeInsets); in dispatchHidingImeInsets()
531 mContent.dispatchApplyWindowInsets(mInnerInsets);
7471 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) { in dispatchApplyWindowInsets() method in ViewGroup7472 insets = super.dispatchApplyWindowInsets(insets); in dispatchApplyWindowInsets()7486 insets = getChildAt(i).dispatchApplyWindowInsets(insets); in brokenDispatchApplyWindowInsets()7497 getChildAt(i).dispatchApplyWindowInsets(insets); in newDispatchApplyWindowInsets()
12475 return dispatchApplyWindowInsets(new WindowInsets(insets)).isConsumed();12593 public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) {
3307 host.dispatchApplyWindowInsets(insets); in dispatchApplyInsets()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
17043 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…17737 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
17107 HSPLandroid/view/View;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/WindowI…17801 HSPLandroid/view/ViewGroup;->dispatchApplyWindowInsets(Landroid/view/WindowInsets;)Landroid/view/Wi…
33320 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);
52543 method public android.view.WindowInsets dispatchApplyWindowInsets(android.view.WindowInsets);