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