Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
DTurbulenceNoiseView.kt50 @VisibleForTesting var currentAnimator: ValueAnimator? = null in <lambda>() variable
100 currentAnimator = null in <lambda>()
107 currentAnimator = animator in <lambda>()
146 currentAnimator = null in <lambda>()
153 currentAnimator = animator in <lambda>()
192 currentAnimator = null in <lambda>()
199 currentAnimator = animator in <lambda>()
207 currentAnimator?.pause() in <lambda>()
208 currentAnimator = null in <lambda>()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/loadingeffect/
DLoadingEffect.kt142 private var currentAnimator: ValueAnimator? = null in <lambda>() variable
174 currentAnimator?.pause() in <lambda>()
175 currentAnimator = null in <lambda>()
236 currentAnimator = null in <lambda>()
243 this.currentAnimator = animator in <lambda>()
276 currentAnimator = null in <lambda>()
283 this.currentAnimator = animator in <lambda>()
319 currentAnimator = null in <lambda>()
326 this.currentAnimator = animator 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.kt96 assertThat(turbulenceNoiseView.currentAnimator).isNotNull() in finish_animationPlaying_finishesAnimation()
101 assertThat(turbulenceNoiseView.currentAnimator).isNull() in finish_animationPlaying_finishesAnimation()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogTransitionAnimator.kt1018 private var currentAnimator: ValueAnimator? = null variable in com.android.systemui.animation.AnimatedBoundsLayoutListener
1053 currentAnimator?.cancel() in onLayoutChange()
1054 currentAnimator = null in onLayoutChange()
1064 currentAnimator = null in onLayoutChange()
1086 currentAnimator = animator in onLayoutChange()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java798 ValueAnimator currentAnimator = onTop ? mTopOverScrollAnimator : mBottomOverScrollAnimator; in cancelOverScrollAnimators() local
799 if (currentAnimator != null) { in cancelOverScrollAnimators()
800 currentAnimator.cancel(); in cancelOverScrollAnimators()