HomeSort by relevance Sort by last modified time
    Searched full:accounticon (Results 1 - 4 of 4) sorted by null

  /development/samples/ContactManager/res/layout/
account_entry.xml 22 android:id="@+id/accountIcon"
32 android:layout_toRightOf="@id/accountIcon"
42 android:layout_toRightOf="@id/accountIcon"
  /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 412 ImageView accountIcon = (ImageView) editorView.findViewById(R.id.account_icon);
420 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 69 milliseconds