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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java133 private ImageView contactPuckIcon; field in class:FlingUpDownMethod
199 contactPuckIcon = (ImageView) view.findViewById(R.id.incoming_call_puck_icon);
333 if (contactPuckIcon == null) {
337 contactPuckIcon.setImageResource(R.drawable.quantum_ic_videocam_white_24);
339 contactPuckIcon.setImageResource(R.drawable.quantum_ic_rtt_vd_theme_24);
341 contactPuckIcon.setImageResource(R.drawable.quantum_ic_call_white_24);
359 contactPuckIcon.setAlpha(shouldShowPhotoInPuck() ? 0f : 1f);
419 contactPuckIcon.animate().cancel();
454 rotateToward(contactPuckIcon, 0f);
456 rotateToward(contactPuckIcon, positiveAdjustedProgres
[all...]

Completed in 225 milliseconds