Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DFlingUpDownMethod.java129 private TextView swipeToAnswerText; field in FlingUpDownMethod
200 swipeToAnswerText = (TextView) view.findViewById(R.id.incoming_swipe_to_answer_text); in onCreateView()
250 swipeToAnswerText); in onCreateView()
374 swipeToAnswerText.setText(R.string.call_incoming_swipe_to_answer); in setHintText()
376 swipeToAnswerText.setText(hintText); in setHintText()
418 swipeToAnswerText.animate().cancel(); in updateSwipeTextAndPuckForTouch()
430 fadeToward(swipeToAnswerText, swipeTextAlpha); in updateSwipeTextAndPuckForTouch()
437 moveTowardX(swipeToAnswerText, 0 /* newX */); in updateSwipeTextAndPuckForTouch()
438 moveTowardY(swipeToAnswerText, 0 /* newY */); in updateSwipeTextAndPuckForTouch()
515 swipeToAnswerText.animate().alpha(alpha); in resetTouchState()
[all …]