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

/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}
/frameworks/base/core/java/android/view/
H A DView.java3608 OnApplyWindowInsetsListener mOnApplyWindowInsetsListener;
7678 * {@link #setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener)}
7731 * <p>Clients may supply an {@link OnApplyWindowInsetsListener} to a view. If one is set
7767 * Set an {@link OnApplyWindowInsetsListener} to take over the policy for applying
7769 * {@link OnApplyWindowInsetsListener#onApplyWindowInsets(View, WindowInsets) onApplyWindowInsets}
7777 public void setOnApplyWindowInsetsListener(OnApplyWindowInsetsListener listener) {
7792 * {@link OnApplyWindowInsetsListener} via the
7793 * {@link #setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) setOnApplyWindowInsetsListener}
22524 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
22526 * {@link OnApplyWindowInsetsListener#onApplyWindowInset
22532 public interface OnApplyWindowInsetsListener { interface in class:View
[all...]

Completed in 2506 milliseconds