Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java616 Animator rejectTextShow = in startSwipeToAnswerEntryAnimation() local
624 rejectTextShow.setInterpolator(new FastOutLinearInInterpolator()); in startSwipeToAnswerEntryAnimation()
625 rejectTextShow.setDuration(ANIMATE_DURATION_SHORT_MILLIS); in startSwipeToAnswerEntryAnimation()
626 rejectTextShow.setStartDelay(SWIPE_TO_DECLINE_FADE_IN_DELAY_MILLIS); in startSwipeToAnswerEntryAnimation()
670 lockEntryAnim.play(rejectTextShow).after(puckUp); in startSwipeToAnswerEntryAnimation()
766 Animator rejectTextShow = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 1f); in createBreatheAnimation() local
767 rejectTextShow.setInterpolator(new LinearOutSlowInInterpolator()); in createBreatheAnimation()
768 rejectTextShow.setDuration(ANIMATE_DURATION_SHORT_MILLIS); in createBreatheAnimation()
769 rejectTextShow.setStartDelay(SWIPE_TO_DECLINE_FADE_IN_DELAY_MILLIS); in createBreatheAnimation()
829 .with(rejectTextShow) in createBreatheAnimation()