Home
last modified time | relevance | path

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

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