Home
last modified time | relevance | path

Searched refs:shouldAnimateAodIcons (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScreenOffAnimationController.kt174 fun shouldAnimateAodIcons(): Boolean = in shouldAnimateAodIcons() method
175 animations.all { it.shouldAnimateAodIcons() } in shouldAnimateAodIcons()
223 fun shouldAnimateAodIcons(): Boolean = true method
DUnlockedScreenOffAnimationController.kt360 override fun shouldAnimateAodIcons(): Boolean = in shouldAnimateInKeyguard() method in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
DNotificationIconAreaController.java548 if (mScreenOffAnimationController.shouldAnimateAodIcons()) { in appearAodIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFoldAodAnimationController.kt204 override fun shouldAnimateAodIcons(): Boolean = !shouldPlayAnimation() in <lambda>() method in com.android.systemui.unfold.FoldAodAnimationController