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

  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 181 // When the load is finished, onImageLoadComplete() will be called.
257 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null,
267 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
472 callBack.onImageLoadComplete(callId, entry);
499 public void onImageLoadComplete(int callId, ContactCacheEntry entry);
ContactsAsyncHelper.java 55 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
72 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
281 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
285 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
292 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
StatusBarNotifier.java 280 public void onImageLoadComplete(int callId, ContactCacheEntry entry) {
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,
  /packages/services/Telephony/src/com/android/phone/
ContactsAsyncHelper.java 62 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
81 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
312 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
316 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
323 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
NotificationMgr.java 390 // ContactsAsyncHelper will do that and call onImageLoadComplete()
414 public void onImageLoadComplete(
    [all...]

Completed in 404 milliseconds