Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java76 private final ImageView hdIconImageView; field in ContactGridManager
111 hdIconImageView = view.findViewById(R.id.contactgrid_hdIcon); in ContactGridManager()
391 if (hdIconImageView.getVisibility() == View.GONE) { in updateBottomRow()
393 hdIconImageView.setImageResource(R.drawable.asd_hd_icon); in updateBottomRow()
394 hdIconImageView.setVisibility(View.VISIBLE); in updateBottomRow()
395 hdIconImageView.setActivated(false); in updateBottomRow()
396 Drawable drawableCurrent = hdIconImageView.getDrawable().getCurrent(); in updateBottomRow()
401 hdIconImageView.setImageResource(R.drawable.asd_hd_icon); in updateBottomRow()
402 hdIconImageView.setVisibility(View.VISIBLE); in updateBottomRow()
403 hdIconImageView.setActivated(true); in updateBottomRow()
[all …]