InternalAnimationRunner

interface InternalAnimationRunner : AnimationRunner, Closeable

Specialized AnimationRunner which is used by Zircon internally.

Functions

close
Link copied to clipboard
common
abstract fun close()
Closes this Closeable.
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
start
Link copied to clipboard
common
abstract fun start(animation: Animation): AnimationHandle
Adds and starts the given Animation.
stop
Link copied to clipboard
common
abstract fun stop(animation: InternalAnimation)
Stops the given InternalAnimation.
toString
Link copied to clipboard
common
open fun toString(): String
updateAnimations
Link copied to clipboard
common
abstract fun updateAnimations(currentTimeMs: Long, layerable: Layerable)
Updates the Animations this AnimationRunner has with the given currentTimeMs using the given layerable.

Properties

closed
Link copied to clipboard
common
open val closed: Boolean
closedValue
Link copied to clipboard
common
open val closedValue: ObservableValue<Boolean>
isClosed
Link copied to clipboard
common
abstract val isClosed: ObservableValue<Boolean>

Inheritors

InternalTileGrid
Link copied to clipboard

Sources

(source)
Link copied to clipboard