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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java67 * The binding is done through the {@link ScrollingViewBehavior} behavior class, meaning that you
68 * should set your scrolling view's behavior to be an instance of {@link ScrollingViewBehavior}.
1253 if (behavior instanceof ScrollingViewBehavior) {
1254 return ((ScrollingViewBehavior) behavior).getOverlayTop() != 0;
1362 public static class ScrollingViewBehavior extends HeaderScrollingViewBehavior { class in class:AppBarLayout
1364 public ScrollingViewBehavior() {} method in class:AppBarLayout.ScrollingViewBehavior
1366 public ScrollingViewBehavior(Context context, AttributeSet attrs) { method in class:AppBarLayout.ScrollingViewBehavior

Completed in 479 milliseconds