OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:accountIcon
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailDisplayUtils.java
53
ImageView
accountIcon
= (ImageView) view.findViewById(android.R.id.icon);
54
if (
accountIcon
== null) {
58
accountIcon
.setImageDrawable(accountType.getDisplayIcon(context));
GroupEditorFragment.java
414
ImageView
accountIcon
= (ImageView) editorView.findViewById(R.id.account_icon);
422
accountIcon
.setImageDrawable(accountType.getDisplayIcon(mContext));
[
all
...]
/development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java
376
ImageView
accountIcon
= (ImageView) convertView.findViewById(R.id.
accountIcon
);
386
accountIcon
.setImageDrawable(icon);
Completed in 520 milliseconds