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