-
public class CardStackSmoothScroller extends RecyclerView.SmoothScroller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumCardStackSmoothScroller.ScrollType
-
Constructor Summary
Constructors Constructor Description CardStackSmoothScroller(CardStackSmoothScroller.ScrollType type, CardStackLayoutManager manager)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class androidx.recyclerview.widget.RecyclerView.SmoothScroller
computeScrollVectorForPosition, findViewByPosition, getChildCount, getChildPosition, getLayoutManager, getTargetPosition, instantScrollToPosition, isPendingInitialRun, isRunning, setTargetPosition -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CardStackSmoothScroller
CardStackSmoothScroller(CardStackSmoothScroller.ScrollType type, CardStackLayoutManager manager)
-
-
-
-