Animatable

public interface Animatable

android.support.constraint.motion.Animatable


A helper interface allowing MotionLayout to directly drive custom views

Summary

Public methods

abstract float getProgress()
abstract void setProgress(float progress)

Public methods

getProgress

public abstract float getProgress ()

Returns
float

setProgress

public abstract void setProgress (float progress)

Parameters
progress float

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年02月10日 UTC.