Searched refs:currentAnimator (Results 1 – 5 of 5) sorted by relevance
50 @VisibleForTesting var currentAnimator: ValueAnimator? = null in <lambda>() variable101 currentAnimator = null in <lambda>()108 currentAnimator = animator in <lambda>()146 currentAnimator = null in <lambda>()153 currentAnimator = animator in <lambda>()191 currentAnimator = null in <lambda>()198 currentAnimator = animator in <lambda>()206 currentAnimator?.pause() in <lambda>()207 currentAnimator = null in <lambda>()
137 final UnfoldTaskAnimator currentAnimator = mAnimators.get(i); in onTaskInfoChanged() local138 if (currentAnimator.isApplicableTask(taskInfo)) { in onTaskInfoChanged()140 mAnimatorsByTaskId.put(taskInfo.taskId, currentAnimator); in onTaskInfoChanged()143 currentAnimator.onTaskAppeared(taskInfo, leash); in onTaskInfoChanged()
89 assertThat(turbulenceNoiseView.currentAnimator).isNotNull() in finish_animationPlaying_finishesAnimation()94 assertThat(turbulenceNoiseView.currentAnimator).isNull() in finish_animationPlaying_finishesAnimation()
1086 private var currentAnimator: ValueAnimator? = null variable in com.android.systemui.animation.AnimatedBoundsLayoutListener1121 currentAnimator?.cancel() in onLayoutChange()1122 currentAnimator = null in onLayoutChange()1132 currentAnimator = null in onLayoutChange()1154 currentAnimator = animator in onLayoutChange()
558 ValueAnimator currentAnimator = onTop ? mTopOverScrollAnimator : mBottomOverScrollAnimator; in cancelOverScrollAnimators() local559 if (currentAnimator != null) { in cancelOverScrollAnimators()560 currentAnimator.cancel(); in cancelOverScrollAnimators()