Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DCoordinatorLayout.java108 INSETS_HELPER = new CoordinatorLayoutInsetsHelperLollipop();
111 INSETS_HELPER = null;
141 static final CoordinatorLayoutInsetsHelper INSETS_HELPER; field in CoordinatorLayout
202 if (INSETS_HELPER != null) { in CoordinatorLayout()
203 INSETS_HELPER.setupForWindowInsets(this, new ApplyInsetsListener()); in CoordinatorLayout()