HomeSort by relevance Sort by last modified time
    Searched defs:ContactListItemView (Results 1 - 5 of 5) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
JoinContactListFragment.java 147 adapter.setPhotoPosition(ContactListItemView.getDefaultPhotoPosition(false /* opposite */));
ContactListItemView.java 87 public class ContactListItemView extends ViewGroup
90 private static final String TAG = "ContactListItemView";
263 public ContactListItemView(Context context) {
271 public ContactListItemView(Context context, AttributeSet attrs, boolean supportVideoCallIcon) {
277 public ContactListItemView(Context context, AttributeSet attrs) {
282 if (R.styleable.ContactListItemView != null) {
284 a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
    [all...]
DefaultContactBrowseListFragment.java 408 ContactListItemView.getDefaultPhotoPosition(/* opposite = */ false));
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactListItemView.java 42 public class ContactListItemView extends LinearLayout implements OnClickListener {
44 void onContactListItemClicked(ContactListItemData item, ContactListItemView view);
60 public ContactListItemView(final Context context, final AttributeSet attrs) {
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 80 public class ContactListItemView extends ViewGroup implements SelectionBoundsAdjuster {
187 public ContactListItemView(Context context, AttributeSet attrs, boolean supportVideoCallIcon) {
193 public ContactListItemView(Context context, AttributeSet attrs) {
198 if (R.styleable.ContactListItemView != null) {
200 a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
    [all...]

Completed in 94 milliseconds