Home | History | Annotate | Download | only in view

Lines Matching refs:onApplyWindowInsets

6413      * insets to views. Views should override {@link #onApplyWindowInsets(WindowInsets)} or use
6485 public WindowInsets onApplyWindowInsets(WindowInsets insets) {
6505 * {@link OnApplyWindowInsetsListener#onApplyWindowInsets(View, WindowInsets) onApplyWindowInsets}
6507 * {@link #onApplyWindowInsets(WindowInsets) onApplyWindowInsets} method.
6511 * @see #onApplyWindowInsets(WindowInsets)
6527 * {@link #onApplyWindowInsets(WindowInsets)} method or alternatively provide a
6542 return mListenerInfo.mOnApplyWindowInsetsListener.onApplyWindowInsets(this, insets);
6544 return onApplyWindowInsets(insets);
6581 * to {@link #onApplyWindowInsets(WindowInsets)}.
6655 * Ask that a new dispatch of {@link #onApplyWindowInsets(WindowInsets)} be performed.
20118 * {@link OnApplyWindowInsetsListener#onApplyWindowInsets(View, WindowInsets) onApplyWindowInsets}
20120 * {@link #onApplyWindowInsets(WindowInsets) onApplyWindowInsets} method. The listener
20121 * may optionally call the parameter View's <code>onApplyWindowInsets</code> method to apply
20128 * {@link View#onApplyWindowInsets(WindowInsets) onApplyWindowInsets} method.
20134 public WindowInsets onApplyWindowInsets(View v, WindowInsets insets);