Home | History | Annotate | Download | only in view

Lines Matching refs:dispatchApplyWindowInsets

5853     public WindowInsets dispatchApplyWindowInsets(WindowInsets insets) {
5854 insets = super.dispatchApplyWindowInsets(insets);
5858 insets = getChildAt(i).dispatchApplyWindowInsets(insets);