Searched refs:hdIconImageView (Results 1 – 1 of 1) sorted by relevance
76 private final ImageView hdIconImageView; field in ContactGridManager111 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 …]