Searched refs:mOnApplyWindowInsetsListener (Results 1 – 3 of 3) sorted by relevance
117 private final View.OnApplyWindowInsetsListener mOnApplyWindowInsetsListener = (v, insets) -> { field in AlertDialogBuilder857 mRoot.setOnApplyWindowInsetsListener(mOnApplyWindowInsetsListener); in create()
4727 OnApplyWindowInsetsListener mOnApplyWindowInsetsListener; field in View.ListenerInfo11479 getListenerInfo().mOnApplyWindowInsetsListener = listener; in setOnApplyWindowInsetsListener()11506 if (mListenerInfo != null && mListenerInfo.mOnApplyWindowInsetsListener != null) { in dispatchApplyWindowInsets()11507 return mListenerInfo.mOnApplyWindowInsetsListener.onApplyWindowInsets(this, insets); in dispatchApplyWindowInsets()
66612 Landroid/view/View$ListenerInfo;->mOnApplyWindowInsetsListener:Landroid/view/View$OnApplyWindowInse…