Home
last modified time | relevance | path

Searched defs:getAnimationState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemStatusAnimationScheduler.kt29 @SystemAnimationState fun getAnimationState(): Int in getAnimationState() method
DSystemStatusAnimationSchedulerLegacyImpl.kt93 @SystemAnimationState override fun getAnimationState() = animationState in <lambda>() method in com.android.systemui.statusbar.events.SystemStatusAnimationSchedulerLegacyImpl
DSystemStatusAnimationSchedulerImpl.kt126 @SystemAnimationState override fun getAnimationState(): Int = animationState.value in <lambda>() method