class AnimationDuration
Describes the duration of an animation associated with a user-facing action. Creating an instance with the #createDefault()
method uses the default duration, defined internally in the SDK.
AnimationDuration(duration: Long, timeUnit: TimeUnit)
Build AnimationDuration for the given duration and |
static fun createDefault(): AnimationDuration!
Creates a default instance that reflects a 1200 millisecond animation duration. |
|
fun equals(other: Any?): Boolean |
|
fun hashCode(): Int |
|
fun toString(): String |