Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DTwoButtonMethod.java255 ObjectAnimator hintHide = ObjectAnimator.ofFloat(hintTextView, View.ALPHA, 0f); in createViewHideAnimation() local
263 .with(hintHide); in createViewHideAnimation()