Package com.tomtom.tools.android.core.animation.view
Types
A custom Android animation to perform bottom side animated enter and exit of a view on the screen.
Define dismissal behavior of an animation.
A DraggedViewPositionUpdater updates horizontal view translation.
A HorizontalDirectionTracker tracks the direction of horizontal movement.
A custom Android animation to perform left side animated enter and exit of a view on the screen.
A custom animation to perform movement of a view on the screen.
A custom Android animation to perform animated movement of a view on the screen.
Functions
Sets a StateListAnimator for click feedback to this
if the user can interact with it by clicking it. This requires the view to have a click listener. Exceptions include EditTexts (the default animator is not wanted there) and views that have explicitly set a StateListAnimator.
Applies StateListAnimators to the entire view hierarchy of view, ensuring that their look and feel are consistent. After calling this method, new child views introduced to the view hierarchy will automatically have their animators set as well if needed. This method is expected to be called by the system UI upon its initialisation.