Searched refs:mApplyWindowInsetsListener (Results 1 – 1 of 1) sorted by relevance
190 private android.support.v4.view.OnApplyWindowInsetsListener mApplyWindowInsetsListener; field in CoordinatorLayout3165 if (mApplyWindowInsetsListener == null) { in setupForInsets()3166 mApplyWindowInsetsListener = in setupForInsets()3176 ViewCompat.setOnApplyWindowInsetsListener(this, mApplyWindowInsetsListener); in setupForInsets()