public interface Animatable

Known direct subclasses
MotionHelperInterface

This defined the interface for MotionLayout helpers Helpers can be used to draw motion effects or modify motions

Known indirect subclasses
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

getProgress

Added in 2.2.0-alpha13
abstract float getProgress()

get the progress

Returns
float

setProgress

Added in 2.2.0-alpha13
abstract void setProgress(float progress)

Set the progress

Parameters
float progress