Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java195 private ImageView mVideoCallIcon; field in ContactListItemView
391 if (mVideoCallIcon == null) { in setShowVideoCallIcon()
392 mVideoCallIcon = new ImageView(getContext()); in setShowVideoCallIcon()
393 addView(mVideoCallIcon); in setShowVideoCallIcon()
395 mVideoCallIcon.setContentDescription(getContext().getString( in setShowVideoCallIcon()
397 mVideoCallIcon.setImageResource(R.drawable.quantum_ic_videocam_vd_theme_24); in setShowVideoCallIcon()
398 mVideoCallIcon.setScaleType(ScaleType.CENTER); in setShowVideoCallIcon()
399 mVideoCallIcon.setVisibility(View.VISIBLE); in setShowVideoCallIcon()
400 mVideoCallIcon.setOnClickListener(new OnClickListener() { in setShowVideoCallIcon()
410 if (mVideoCallIcon != null) { in setShowVideoCallIcon()
[all …]