Searched defs:swipeToRejectText (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java130 private TextView swipeToRejectText; field in class:FlingUpDownMethod
201 swipeToRejectText = (TextView) view.findViewById(R.id.incoming_swipe_to_reject_text);
378 swipeToRejectText.setText(R.string.call_incoming_swipe_to_reject);
432 fadeToward(swipeToRejectText, Math.min(swipeTextAlpha, swipeToRejectText.getAlpha()));
615 swipeToRejectText.setAlpha(0f);
618 swipeToRejectText,
714 swipeToRejectText.setAlpha(1f);
715 swipeToRejectText.setTranslationY(0);
766 Animator rejectTextShow = ObjectAnimator.ofFloat(swipeToRejectText, Vie
[all...]

Completed in 13 milliseconds