Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java1009 Animator rejectHintUp = ObjectAnimator.ofFloat(swipeToRejectText, View.TRANSLATION_Y, 0); in startSwipeToAnswerHintAnimation() local
1010 rejectHintUp.setInterpolator(new LinearOutSlowInInterpolator()); in startSwipeToAnswerHintAnimation()
1011 rejectHintUp.setDuration(mediumAnimTime); in startSwipeToAnswerHintAnimation()
1020 lockHintAnim.play(textDown).with(puckDown).with(puckScaleDown).with(rejectHintUp).after(puckUp); in startSwipeToAnswerHintAnimation()