Searched refs:rejectTextShow (Results 1 – 1 of 1) sorted by relevance
616 Animator rejectTextShow = in startSwipeToAnswerEntryAnimation() local624 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() local767 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()