Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardAmbientIndicationAreaViewBinder.kt47 fun getIndicationAreaAnimators(): List<ViewPropertyAnimator> regex
104 override fun getIndicationAreaAnimators(): List<ViewPropertyAnimator> {
H A DKeyguardBottomAreaViewBinder.kt88 fun getIndicationAreaAnimators(): List<ViewPropertyAnimator> regex
286 override fun getIndicationAreaAnimators(): List<ViewPropertyAnimator> {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.kt132 get() = checkNotNull(binding).getIndicationAreaAnimators()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java4075 mKeyguardBottomArea.getIndicationAreaAnimators(); in startUnlockHintAnimationPhase1()