Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java138 private AnimatorSet lockHintAnim; field in FlingUpDownMethod
928 lockHintAnim = new AnimatorSet(); in startSwipeToAnswerHintAnimation()
1013 lockHintAnim.play(puckAnticipate).with(puckResetTranslation).before(puckUp); in startSwipeToAnswerHintAnimation()
1014 lockHintAnim in startSwipeToAnswerHintAnimation()
1020 lockHintAnim.play(textDown).with(puckDown).with(puckScaleDown).with(rejectHintUp).after(puckUp); in startSwipeToAnswerHintAnimation()
1021 lockHintAnim.start(); in startSwipeToAnswerHintAnimation()
1075 if (lockHintAnim != null) { in endAnimation()
1076 lockHintAnim.cancel(); in endAnimation()
1077 lockHintAnim = null; in endAnimation()