HomeSort by relevance Sort by last modified time
    Searched refs:sourceIcon (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java 219 ImageView sourceIcon;
245 cache.sourceIcon = (ImageView)convertView.findViewById(R.id.sourceIcon);
259 cache.sourceIcon.setImageDrawable(icon);
261 cache.sourceIcon.setImageResource(R.drawable.unknown_source);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 223 Icon sourceIcon = iconView.getSourceIcon();
228 if (sourceIcon.sameAs(replacedIcon.icon)) {

Completed in 170 milliseconds