Home
last modified time | relevance | path

Searched refs:keyguardView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationController.kt127 fun animateInKeyguard(keyguardView: View, after: Runnable) {
129 keyguardView.alpha = 0f
130 keyguardView.visibility = View.VISIBLE
132 val currentY = keyguardView.y
135 keyguardView.y = currentY - keyguardView.height * 0.1f
141 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y)
142 PropertyAnimator.setProperty<View>(keyguardView, AnimatableProperty.Y, currentY,
146 keyguardView.animate()
167 keyguardView.animate().setListener(null)
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DUnlockedScreenOffAnimationControllerTest.kt111 val keyguardView = View(context) regex
112 val animator = spy(keyguardView.animate())
113 val keyguardSpy = spy(keyguardView)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java851 UdfpsKeyguardView keyguardView = (UdfpsKeyguardView) in inflateUdfpsAnimation() local
853 mView.addView(keyguardView); in inflateUdfpsAnimation()
855 keyguardView, in inflateUdfpsAnimation()