Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java628 Animator puckUp = in startSwipeToAnswerEntryAnimation() local
634 puckUp.setDuration(ANIMATE_DURATION_LONG_MILLIS); in startSwipeToAnswerEntryAnimation()
635 puckUp.setInterpolator( in startSwipeToAnswerEntryAnimation()
665 lockEntryAnim.play(textUp).with(puckScaleUp).with(puckUp); in startSwipeToAnswerEntryAnimation()
668 lockEntryAnim.play(textDown).with(puckDown).with(puckScaleDown).after(puckUp); in startSwipeToAnswerEntryAnimation()
670 lockEntryAnim.play(rejectTextShow).after(puckUp); in startSwipeToAnswerEntryAnimation()
790 Animator puckUp = ObjectAnimator.ofFloat(contactPuckContainer, View.TRANSLATION_Y, -puckOffset); in createBreatheAnimation() local
791 puckUp.setInterpolator(curve); in createBreatheAnimation()
792 puckUp.setDuration(ANIMATE_DURATION_LONG_MILLIS); in createBreatheAnimation()
820 .with(puckUp) in createBreatheAnimation()
[all …]