Searched defs:coordinatorLayout (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java679 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, argument
692 consumed[1] = scroll(coordinatorLayout, child, dy, min, max);
697 public void onNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, argument
703 scroll(coordinatorLayout, child, dyUnconsumed,
714 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, AppBarLayout child, argument
832 public boolean onNestedFling(final CoordinatorLayout coordinatorLayout, argument
837 return fling(coordinatorLayout, child, -child.getTotalScrollRange(), 0, -velocityY);
864 animateOffsetTo(coordinatorLayout, child, targetScroll);
872 private void animateOffsetTo(final CoordinatorLayout coordinatorLayout, argument
880 setAppBarTopBottomOffset(coordinatorLayout, chil
892 fling(CoordinatorLayout coordinatorLayout, AppBarLayout layout, int minOffset, int maxOffset, float velocityY) argument
980 scroll(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, int dy, int minOffset, int maxOffset) argument
994 setAppBarTopBottomOffset(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, int newOffset) argument
1000 setAppBarTopBottomOffset(CoordinatorLayout coordinatorLayout, AppBarLayout appBarLayout, int newOffset, int minOffset, int maxOffset) argument
[all...]
H A DCoordinatorLayout.java1903 * @param coordinatorLayout the CoordinatorLayout parent of the view this Behavior is
1916 public boolean onStartNestedScroll(CoordinatorLayout coordinatorLayout, argument
1929 * @param coordinatorLayout the CoordinatorLayout parent of the view this Behavior is
1941 public void onNestedScrollAccepted(CoordinatorLayout coordinatorLayout, V child, argument
1958 * @param coordinatorLayout the CoordinatorLayout parent of the view this Behavior is
1966 public void onStopNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target) { argument
1985 * @param coordinatorLayout the CoordinatorLayout parent of the view this Behavior is
1998 public void onNestedScroll(CoordinatorLayout coordinatorLayout, V child, View target, argument
2019 * @param coordinatorLayout the CoordinatorLayout parent of the view this Behavior is
2031 public void onNestedPreScroll(CoordinatorLayout coordinatorLayout, argument
2063 onNestedFling(CoordinatorLayout coordinatorLayout, V child, View target, float velocityX, float velocityY, boolean consumed) argument
2091 onNestedPreFling(CoordinatorLayout coordinatorLayout, V child, View target, float velocityX, float velocityY) argument
2110 onApplyWindowInsets(CoordinatorLayout coordinatorLayout, V child, WindowInsetsCompat insets) argument
[all...]

Completed in 38 milliseconds