void
|
cancelAllStartedAnimations()
|
final
boolean
|
debugLogEnabled()
|
abstract
void
|
dispatchFinished(T info, RecyclerView.ViewHolder item)
|
void
|
dispatchFinishedWhenDone()
|
abstract
void
|
dispatchStarting(T info, RecyclerView.ViewHolder item)
|
void
|
endAllDeferredReadyAnimations()
|
void
|
endAllPendingAnimations()
|
void
|
endAnimation(RecyclerView.ViewHolder holder)
|
void
|
endDeferredReadyAnimations(RecyclerView.ViewHolder item)
|
abstract
boolean
|
endNotStartedAnimation(T info, RecyclerView.ViewHolder item)
|
void
|
endPendingAnimations(RecyclerView.ViewHolder item)
|
void
|
enqueuePendingAnimationInfo(T info)
|
abstract
long
|
getDuration()
|
boolean
|
hasPending()
|
boolean
|
isRunning()
|
abstract
void
|
onAnimationCancel(T info, RecyclerView.ViewHolder item)
|
abstract
void
|
onAnimationEndedBeforeStarted(T info, RecyclerView.ViewHolder item)
|
abstract
void
|
onAnimationEndedSuccessfully(T info, RecyclerView.ViewHolder item)
|
abstract
void
|
onCreateAnimation(T info)
|
boolean
|
removeFromActive(RecyclerView.ViewHolder item)
|
void
|
resetAnimation(RecyclerView.ViewHolder holder)
|
void
|
runPendingAnimations(boolean deferred, long deferredDelay)
|
abstract
void
|
setDuration(long duration)
|
void
|
startActiveItemAnimation(T info, RecyclerView.ViewHolder holder, ViewPropertyAnimatorCompat animator)
|