Searched refs:mOnApplyWindowInsetsListener (Results 1 – 1 of 1) sorted by relevance
4126 OnApplyWindowInsetsListener mOnApplyWindowInsetsListener; field in View.ListenerInfo9197 getListenerInfo().mOnApplyWindowInsetsListener = listener; in setOnApplyWindowInsetsListener()9224 if (mListenerInfo != null && mListenerInfo.mOnApplyWindowInsetsListener != null) { in dispatchApplyWindowInsets()9225 return mListenerInfo.mOnApplyWindowInsetsListener.onApplyWindowInsets(this, insets); in dispatchApplyWindowInsets()