Searched defs:OnApplyWindowInsetsListener (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DOnApplyWindowInsetsListener.java25 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
32 public interface OnApplyWindowInsetsListener { interface
34 * When {@link ViewCompat#setOnApplyWindowInsetsListener(View, OnApplyWindowInsetsListener) set}
/frameworks/base/core/java/android/view/
H A DView.java3626 OnApplyWindowInsetsListener mOnApplyWindowInsetsListener;
7747 * {@link #setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener)}
7800 * <p>Clients may supply an {@link OnApplyWindowInsetsListener} to a view. If one is set
7836 * Set an {@link OnApplyWindowInsetsListener} to take over the policy for applying
7838 * {@link OnApplyWindowInsetsListener#onApplyWindowInsets(View, WindowInsets) onApplyWindowInsets}
7846 public void setOnApplyWindowInsetsListener(OnApplyWindowInsetsListener listener) {
7861 * {@link OnApplyWindowInsetsListener} via the
7862 * {@link #setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) setOnApplyWindowInsetsListener}
22694 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
22696 * {@link OnApplyWindowInsetsListener#onApplyWindowInset
22702 public interface OnApplyWindowInsetsListener { interface in class:View
[all...]

Completed in 72 milliseconds