HomeSort by relevance Sort by last modified time
    Searched refs:QuickContact (Results 1 - 8 of 8) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java 25 import android.provider.ContactsContract.QuickContact;
77 final int mode = extras.getInt(QuickContact.EXTRA_MODE, QuickContact.MODE_MEDIUM);
78 final String[] excludeMimes = extras.getStringArray(QuickContact.EXTRA_EXCLUDE_MIMES);
QuickContactWindow.java 51 import android.provider.ContactsContract.QuickContact;
102 * Window that shows QuickContact dialog for a specific {@link Contacts#_ID}.
131 * Intercepts the BACK key event and dismisses QuickContact window.
254 static final String TRACE_TAG = "quickcontact";
260 mContext = new ContextThemeWrapper(context, R.style.QuickContact);
269 mWindow.setContentView(R.layout.quickcontact);
290 mTrack = (ViewGroup)mWindow.findViewById(R.id.quickcontact);
301 mTrackAnim = AnimationUtils.loadAnimation(mContext, R.anim.quickcontact);
326 case QuickContact.MODE_SMALL:
329 case QuickContact.MODE_MEDIUM
    [all...]
  /frameworks/base/core/java/android/widget/
QuickContactBadge.java 30 import android.provider.ContactsContract.QuickContact;
39 * Widget used to show an image with the standard QuickContact badge
98 QuickContact.MODE_MEDIUM);
113 * Set the QuickContact window mode. Options are {@link QuickContact#MODE_SMALL},
114 * {@link QuickContact#MODE_MEDIUM}, {@link QuickContact#MODE_LARGE}.
123 * with. Note that this is only used for displaying the QuickContact window and
218 QuickContact.showQuickContact(getContext(), this, lookupUri, mMode, mExcludeMimes);
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoActivity.java 53 import android.provider.ContactsContract.QuickContact;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 61 import android.provider.ContactsContract.QuickContact;
569 * Handle clicks on sender, which shows {@link QuickContact} or prompts to add
587 // Found matching contact, trigger QuickContact
588 QuickContact.showQuickContact(this, mSenderPresenceView, lookupUri,
589 QuickContact.MODE_LARGE, null);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactsListActivity.java 216 /** Mask to disable quickcontact (images will show as normal images) */
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /prebuilt/sdk/6/
android.jar 

Completed in 233 milliseconds