- ScrollableLayout - Class in ru.noties.scrollable
-
This is the main ViewGroup for implementing Scrollable.
- ScrollableLayout(Context) - Constructor for class ru.noties.scrollable.ScrollableLayout
-
- ScrollableLayout(Context, AttributeSet) - Constructor for class ru.noties.scrollable.ScrollableLayout
-
- ScrollableLayout(Context, AttributeSet, int) - Constructor for class ru.noties.scrollable.ScrollableLayout
-
- ScrollableScroller - Class in ru.noties.scrollable
-
This class encapsulates scrolling.
- ScrollableScroller(Context, Interpolator, boolean) - Constructor for class ru.noties.scrollable.ScrollableScroller
-
Create a Scroller with the specified interpolator.
- scrollTo(int, int) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setAutoMaxScroll(boolean) - Method in class ru.noties.scrollable.ScrollableLayout
-
If set to true then ScrollableLayout will listen for global layout change of a view with
is passed through xml: scrollable_autoMaxScrollViewId OR first view in layout.
- setCanScrollVerticallyDelegate(CanScrollVerticallyDelegate) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setCloseAnimatorConfigurator(CloseUpAnimatorConfigurator) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setCloseUpAlgorithm(CloseUpAlgorithm) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setCloseUpIdleAnimationTime(CloseUpIdleAnimationTime) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setConsiderIdleMillis(long) - Method in class ru.noties.scrollable.ScrollableLayout
-
Note that this value might be set with xml definition ( app:scrollable_considerIdleMillis="100")
- setDraggableView(View) - Method in class ru.noties.scrollable.ScrollableLayout
-
Sets View which should be included in receiving scroll gestures.
- setFinalY(int) - Method in class ru.noties.scrollable.ScrollableScroller
-
Sets the final position (Y) for this scroller.
- setFriction(float) - Method in class ru.noties.scrollable.ScrollableLayout
-
Sets friction for current Scroller
- setFriction(float) - Method in class ru.noties.scrollable.ScrollableScroller
-
The amount of friction applied to flings.
- setMaxScrollY(int) - Method in class ru.noties.scrollable.ScrollableLayout
-
Also can be set via xml attribute scrollable_maxScroll
- setOnFlingOverListener(OnFlingOverListener) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setOnScrollChangedListener(OnScrollChangedListener) - Method in class ru.noties.scrollable.ScrollableLayout
-
- setSelfUpdateScroll(boolean) - Method in class ru.noties.scrollable.ScrollableLayout
-
Call this method to enable/disable scrolling logic.
- SimpleCloseUpIdleAnimationTime - Class in ru.noties.scrollable
-
Created by Dimitry Ivanov on 23.05.2015.
- SimpleCloseUpIdleAnimationTime(long) - Constructor for class ru.noties.scrollable.SimpleCloseUpIdleAnimationTime
-