ProgressViewAnimation

enum ProgressViewAnimation : Enum<ProgressViewAnimation>

ProgressViewAnimation is a collection of progress animation.

Entries

NORMAL
Link copied to clipboard
BOUNCE
Link copied to clipboard
DECELERATE
Link copied to clipboard
ACCELERATEDECELERATE
Link copied to clipboard

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: ProgressViewAnimation): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<ProgressViewAnimation>
getInterpolator
Link copied to clipboard
fun getInterpolator(): Interpolator
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: Int