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

/frameworks/base/core/java/android/view/
H A DView.java3465 OnApplyWindowInsetsListener mOnApplyWindowInsetsListener;
7126 * {@link #setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener)}
7179 * <p>Clients may supply an {@link OnApplyWindowInsetsListener} to a view. If one is set
7215 * Set an {@link OnApplyWindowInsetsListener} to take over the policy for applying
7217 * {@link OnApplyWindowInsetsListener#onApplyWindowInsets(View, WindowInsets) onApplyWindowInsets}
7225 public void setOnApplyWindowInsetsListener(OnApplyWindowInsetsListener listener) {
7240 * {@link OnApplyWindowInsetsListener} via the
7241 * {@link #setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) setOnApplyWindowInsetsListener}
21416 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
21418 * {@link OnApplyWindowInsetsListener#onApplyWindowInset
21424 public interface OnApplyWindowInsetsListener { interface in class:View
[all...]
/frameworks/support/v4/donut/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}

Completed in 150 milliseconds