Searched defs:ContactListItemView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactListItemView.java42 public class ContactListItemView extends LinearLayout implements OnClickListener { class in inherits:LinearLayout,OnClickListener
44 void onContactListItemClicked(ContactListItemData item, ContactListItemView view);
60 public ContactListItemView(final Context context, final AttributeSet attrs) { method in class:ContactListItemView
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListItemView.java87 public class ContactListItemView extends ViewGroup class in inherits:ViewGroup,SelectionBoundsAdjuster
90 private static final String TAG = "ContactListItemView";
263 public ContactListItemView(Context context) { method in class:ContactListItemView
271 public ContactListItemView(Context context, AttributeSet attrs, boolean supportVideoCallIcon) { method in class:ContactListItemView
277 public ContactListItemView(Context context, AttributeSet attrs) { method in class:ContactListItemView
282 if (R.styleable.ContactListItemView != null) {
284 a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);
1328 // Make non-focusable, so the rest of the ContactListItemView can be clicked.
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListItemView.java80 public class ContactListItemView extends ViewGroup implements SelectionBoundsAdjuster { class in inherits:ViewGroup,SelectionBoundsAdjuster
187 public ContactListItemView(Context context, AttributeSet attrs, boolean supportVideoCallIcon) { method in class:ContactListItemView
193 public ContactListItemView(Context context, AttributeSet attrs) { method in class:ContactListItemView
198 if (R.styleable.ContactListItemView != null) {
200 a = getContext().obtainStyledAttributes(attrs, R.styleable.ContactListItemView);

Completed in 802 milliseconds