| Interface | Description |
|---|---|
| CanScrollVerticallyDelegate |
Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 28.03.2015.
|
| CloseUpAlgorithm |
Use this interface to handle specific *close-up* logic for
ScrollableLayout,
use with ScrollableLayout.setCloseUpAlgorithm(CloseUpAlgorithm) |
| CloseUpAnimatorConfigurator |
This interface might be used to customize
ObjectAnimator behavior during close-up animation |
| CloseUpIdleAnimationTime |
This interface might be used to dynamically compute close-up animation time of a
ScrollableLayout |
| OnScrollChangedListener |
Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 28.03.2015.
|
| Class | Description |
|---|---|
| DefaultCloseUpAlgorithm |
Default implementation of the
CloseUpAlgorithm
With this implementation ScrollableLayout would have only two states - collapsed & expanded |
| GestureListenerAdapter |
Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 29.03.2015.
|
| InterpolatorCloseUpAnimatorConfigurator |
Created by Dimitry Ivanov on 23.05.2015.
|
| ScrollableLayout |
This is the main
ViewGroup for implementing Scrollable. |
| SimpleCloseUpIdleAnimationTime |
Created by Dimitry Ivanov on 23.05.2015.
|