Searched refs:keyguardView (Results 1 – 3 of 3) sorted by relevance
127 fun animateInKeyguard(keyguardView: View, after: Runnable) {129 keyguardView.alpha = 0f130 keyguardView.visibility = View.VISIBLE132 val currentY = keyguardView.y135 keyguardView.y = currentY - keyguardView.height * 0.1f141 PropertyAnimator.cancelAnimation(keyguardView, AnimatableProperty.Y)142 PropertyAnimator.setProperty<View>(keyguardView, AnimatableProperty.Y, currentY,146 keyguardView.animate()167 keyguardView.animate().setListener(null)
111 val keyguardView = View(context) regex112 val animator = spy(keyguardView.animate())113 val keyguardSpy = spy(keyguardView)
851 UdfpsKeyguardView keyguardView = (UdfpsKeyguardView) in inflateUdfpsAnimation() local853 mView.addView(keyguardView); in inflateUdfpsAnimation()855 keyguardView, in inflateUdfpsAnimation()