Animatable
public interface Animatable
MotionHelperInterface |
This defined the interface for MotionLayout helpers Helpers can be used to draw motion effects or modify motions |
Carousel |
Carousel works within a MotionLayout to provide a simple recycler like pattern. |
MotionEffect |
MotionHelper that automatically inserts keyframes for views moving in a given direction, out of: |
MotionHelper |
A helper interface allowing MotionLayout to directly drive custom views
Summary
Public methods |
|
|---|---|
abstract float |
get the progress |
abstract void |
setProgress(float progress)Set the progress |
Public methods
setProgress
Added in 2.2.1
abstract void setProgress(float progress)
Set the progress
| Parameters | |
|---|---|
float progress |