Searched refs:thirdIcon (Results 1 – 2 of 2) sorted by relevance
127 EntryContextMenuInfo entryContextMenuInfo, Drawable thirdIcon, Intent thirdIntent, in Entry() argument145 mThirdIcon = thirdIcon; in Entry()615 Drawable thirdIcon = entry.getThirdIcon(); in applyColor() local616 if (thirdIcon != null && entry.shouldApplyThirdIconColor()) { in applyColor()617 thirdIcon.mutate(); in applyColor()618 thirdIcon.setColorFilter(mThemeColorFilter); in applyColor()719 final ImageView thirdIcon = (ImageView) view.findViewById(R.id.third_icon); in createEntryView() local730 thirdIcon.setImageDrawable(entry.getThirdIcon()); in createEntryView()732 thirdIcon.setOnClickListener(mOnClickListener); in createEntryView()733 thirdIcon.setTag(new EntryTag(entry.getId(), entry.getThirdIntent())); in createEntryView()[all …]
1396 Drawable thirdIcon = null; in dataItemToEntry() local1568 thirdIcon = res.getDrawable(R.drawable.quantum_ic_perm_phone_msg_vd_theme_24); in dataItemToEntry()1590 thirdIcon = res.getDrawable(R.drawable.quantum_ic_videocam_vd_theme_24); in dataItemToEntry()1599 thirdIcon = res.getDrawable(R.drawable.quantum_ic_videocam_vd_theme_24); in dataItemToEntry()1788 entryContextMenuInfo, thirdIcon, thirdIntent, thirdContentDescription, thirdAction, in dataItemToEntry()