Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java130 private TextView swipeToRejectText; field in FlingUpDownMethod
201 swipeToRejectText = (TextView) view.findViewById(R.id.incoming_swipe_to_reject_text); in onCreateView()
378 swipeToRejectText.setText(R.string.call_incoming_swipe_to_reject); in setHintText()
432 fadeToward(swipeToRejectText, Math.min(swipeTextAlpha, swipeToRejectText.getAlpha())); in updateSwipeTextAndPuckForTouch()
615 swipeToRejectText.setAlpha(0f); in startSwipeToAnswerEntryAnimation()
618 swipeToRejectText, in startSwipeToAnswerEntryAnimation()
714 swipeToRejectText.setAlpha(1f); in startSwipeToAnswerBounceAnimation()
715 swipeToRejectText.setTranslationY(0); in startSwipeToAnswerBounceAnimation()
766 Animator rejectTextShow = ObjectAnimator.ofFloat(swipeToRejectText, View.ALPHA, 1f); in createBreatheAnimation()
774 swipeToRejectText, in createBreatheAnimation()
[all …]