Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DTwoButtonMethod.java50 private View answerLabel; field in TwoButtonMethod
85 answerLabel = view.findViewById(R.id.two_button_answer_label); in onCreateView()
90 answerLabel.setVisibility(showLabels ? View.VISIBLE : View.GONE); in onCreateView()
251 ObjectAnimator answerLabelHide = ObjectAnimator.ofFloat(answerLabel, View.ALPHA, 0f); in createViewHideAnimation()