Home
last modified time | relevance | path

Searched defs:animSet (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemStatusAnimationSchedulerLegacyImpl.kt180 val animSet = collectStartAnimations() regex
227 val animSet = AnimatorSet().also { it.playTogether(animators) } regex
246 val animSet = AnimatorSet().also { it.playTogether(animators) } regex
H A DSystemEventChipAnimationController.kt130 val animSet = AnimatorSet() regex
207 val animSet = AnimatorSet() regex
236 val animSet = AnimatorSet() regex
H A DSystemStatusAnimationSchedulerImpl.kt277 val animSet = collectStartAnimations() regex
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java61 final AnimatorSet animSet = new AnimatorSet(); in testPlayingCancelDuringChildDelay() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowChangeAnimationSpec.java98 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator() local
114 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DStatusBarSystemEventAnimator.kt85 val animSet = AnimatorSet() regex
/aosp14/frameworks/base/core/java/com/android/internal/transition/
H A DEpicenterTranslateClipReveal.java241 final AnimatorSet animSet = new AnimatorSet(); in createRectAnimator() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java916 AnimatorSet animSet = new AnimatorSet(); in startLongScreenshotTransition() local
/aosp14/frameworks/base/core/java/android/widget/
H A DFastScroller.java1593 AnimatorSet animSet = new AnimatorSet(); in groupAnimatorOfFloat() local