OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
225
Icon
sourceIcon
= iconView.getSourceIcon();
230
if (
sourceIcon
.sameAs(replacedIcon.icon)) {
Completed in 636 milliseconds