Searched refs:setupForWindowInsets (Results 1 – 3 of 3) sorted by relevance
24 void setupForWindowInsets(View view, OnApplyWindowInsetsListener insetsListener); in setupForWindowInsets() method
25 public void setupForWindowInsets(View view, OnApplyWindowInsetsListener insetsListener) { in setupForWindowInsets() method in CoordinatorLayoutInsetsHelperLollipop
203 INSETS_HELPER.setupForWindowInsets(this, new ApplyInsetsListener()); in CoordinatorLayout()