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

/frameworks/base/core/java/android/widget/
H A DQuickContactBadge.java44 public class QuickContactBadge extends ImageView implements OnClickListener { class in inherits:ImageView,OnClickListener
73 public QuickContactBadge(Context context) { method in class:QuickContactBadge
77 public QuickContactBadge(Context context, AttributeSet attrs) { method in class:QuickContactBadge
81 public QuickContactBadge(Context context, AttributeSet attrs, int defStyle) { method in class:QuickContactBadge
151 * Assign the contact uri that this QuickContactBadge should be associated
215 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, mContactUri,
293 QuickContact.showQuickContact(getContext(), QuickContactBadge.this, lookupUri,

Completed in 650 milliseconds