Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/animation/
DAnimationUtilTest.kt32 assertThat(AnimationUtil.getMsForFrames(5)).isEqualTo(83L) in getMsForFrames_5frames_returns83()
37 assertThat(AnimationUtil.getMsForFrames(7)).isEqualTo(117L) in getMsForFrames_7frames_returns117()
42 assertThat(AnimationUtil.getMsForFrames(30)).isEqualTo(500L) in getMsForFrames_30frames_returns500()
47 assertThat(AnimationUtil.getMsForFrames(60)).isEqualTo(1000L) in getMsForFrames_60frames_returns1000()
52 AnimationUtil.getMsForFrames(-1) in getMsForFrames_negativeFrames_throwsException()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DAnimationUtil.kt22 class AnimationUtil { class
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarSystemEventAnimator.kt28 import com.android.systemui.util.animation.AnimationUtil.Companion.frames
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt38 import com.android.systemui.util.animation.AnimationUtil.Companion.frames
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/receiver/
DMediaTttChipControllerReceiver.kt55 import com.android.systemui.util.animation.AnimationUtil.Companion.frames in <lambda>()