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

  /packages/apps/Contacts/res/layout/
split_aggregate_list_item.xml 27 android:id="@+id/sourceIcon"
47 android:layout_toLeftOf="@id/sourceIcon"
48 android:layout_toStartOf="@id/sourceIcon"
69 android:layout_toLeftOf="@id/sourceIcon"
70 android:layout_toStartOf="@id/sourceIcon"
  /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);

Completed in 107 milliseconds