Home
last modified time | relevance | path

Searched refs:currentAnimator (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseView.kt50 @VisibleForTesting var currentAnimator: ValueAnimator? = null in <lambda>() variable
101 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>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/unfold/
DUnfoldAnimationController.java137 final UnfoldTaskAnimator currentAnimator = mAnimators.get(i); in onTaskInfoChanged() local
138 if (currentAnimator.isApplicableTask(taskInfo)) { in onTaskInfoChanged()
140 mAnimatorsByTaskId.put(taskInfo.taskId, currentAnimator); in onTaskInfoChanged()
143 currentAnimator.onTaskAppeared(taskInfo, leash); in onTaskInfoChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseViewTest.kt89 assertThat(turbulenceNoiseView.currentAnimator).isNotNull() in finish_animationPlaying_finishesAnimation()
94 assertThat(turbulenceNoiseView.currentAnimator).isNull() in finish_animationPlaying_finishesAnimation()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt1086 private var currentAnimator: ValueAnimator? = null variable in com.android.systemui.animation.AnimatedBoundsLayoutListener
1121 currentAnimator?.cancel() in onLayoutChange()
1122 currentAnimator = null in onLayoutChange()
1132 currentAnimator = null in onLayoutChange()
1154 currentAnimator = animator in onLayoutChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java558 ValueAnimator currentAnimator = onTop ? mTopOverScrollAnimator : mBottomOverScrollAnimator; in cancelOverScrollAnimators() local
559 if (currentAnimator != null) { in cancelOverScrollAnimators()
560 currentAnimator.cancel(); in cancelOverScrollAnimators()