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

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
H A DFlingUpDownMethod.java132 private ImageView contactPuckIcon; field in class:FlingUpDownMethod
193 contactPuckIcon = (ImageView) view.findViewById(R.id.incoming_call_puck_icon);
326 if (contactPuckIcon == null) {
330 contactPuckIcon.setImageResource(R.drawable.quantum_ic_videocam_white_24);
332 contactPuckIcon.setImageResource(R.drawable.quantum_ic_call_white_24);
350 contactPuckIcon.setAlpha(shouldShowPhotoInPuck() ? 0f : 1f);
410 contactPuckIcon.animate().cancel();
447 rotateToward(contactPuckIcon, 0f);
449 rotateToward(contactPuckIcon, positiveAdjustedProgress * ICON_END_CALL_ROTATION_DEGREES);
454 fadeToward(contactPuckIcon, positiveAdjustedProgres
[all...]

Completed in 64 milliseconds