Home
last modified time | relevance | path

Searched refs:mApplyWindowInsetsListener (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java190 private android.support.v4.view.OnApplyWindowInsetsListener mApplyWindowInsetsListener; field in CoordinatorLayout
3165 if (mApplyWindowInsetsListener == null) { in setupForInsets()
3166 mApplyWindowInsetsListener = in setupForInsets()
3176 ViewCompat.setOnApplyWindowInsetsListener(this, mApplyWindowInsetsListener); in setupForInsets()