Searched refs:setOnApplyWindowInsetsListener (Results 1 - 12 of 12) sorted by relevance

/frameworks/support/design/src/android/support/design/internal/
H A DScrimInsetsFrameLayout.java65 ViewCompat.setOnApplyWindowInsetsListener(this,
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java211 view.setOnApplyWindowInsetsListener(new WindowInsetsListener());
/frameworks/support/compat/java/android/support/v4/view/
H A DViewCompat.java771 public void setOnApplyWindowInsetsListener(View view, method in class:ViewCompat.ViewCompatBaseImpl
1274 public void setOnApplyWindowInsetsListener(View view, method in class:ViewCompat.ViewCompatApi21Impl
1277 view.setOnApplyWindowInsetsListener(null);
1281 view.setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
3079 public static void setOnApplyWindowInsetsListener(View v, method in class:ViewCompat
3081 IMPL.setOnApplyWindowInsetsListener(v, listener);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBaseBasicsTestCase.java126 content.setOnApplyWindowInsetsListener(spyListener);
/frameworks/support/design/src/android/support/design/widget/
H A DBaseTransientBottomBar.java263 ViewCompat.setOnApplyWindowInsetsListener(mView,
H A DAppBarLayout.java195 ViewCompat.setOnApplyWindowInsetsListener(this,
H A DCollapsingToolbarLayout.java223 ViewCompat.setOnApplyWindowInsetsListener(this,
H A DCoordinatorLayout.java3176 ViewCompat.setOnApplyWindowInsetsListener(this, mApplyWindowInsetsListener);
3182 ViewCompat.setOnApplyWindowInsetsListener(this, null);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DDrawerLayout.java337 setOnApplyWindowInsetsListener(new View.OnApplyWindowInsetsListener() {
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV9.java435 // setOnApplyWindowInsetsListener
436 ViewCompat.setOnApplyWindowInsetsListener(subDecor,
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java421 ViewCompat.setOnApplyWindowInsetsListener(this,
/frameworks/base/core/java/android/view/
H A DView.java9096 * {@link #setOnApplyWindowInsetsListener(android.view.View.OnApplyWindowInsetsListener)}
9196 public void setOnApplyWindowInsetsListener(OnApplyWindowInsetsListener listener) { method in class:View
9212 * {@link #setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) setOnApplyWindowInsetsListener}
25045 * When {@link View#setOnApplyWindowInsetsListener(View.OnApplyWindowInsetsListener) set}

Completed in 292 milliseconds