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

  /packages/services/Telecomm/src/com/android/server/telecom/
ContactsAsyncHelper.java 56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
134 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
180 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
184 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
191 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
Call.java 173 public void onImageLoadComplete(
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/
ContactsAsyncHelper.java 56 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon,
73 args.listener.onImageLoadComplete(msg.what, args.photo, args.photoIcon,
210 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
214 * {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable, Bitmap, Object)}
221 * fourth argument of {@link OnImageLoadCompleteListener#onImageLoadComplete(int, Drawable,
ContactInfoCache.java 235 // When the load is finished, onImageLoadComplete() will be called.
309 onImageLoadComplete(TOKEN_UPDATE_PHOTO_FOR_CALL_STATE, null, bitmap, mCallId);
318 public void onImageLoadComplete(int token, Drawable photo, Bitmap photoIcon, Object cookie) {
523 callBack.onImageLoadComplete(callId, entry);
566 public void onImageLoadComplete(String callId, ContactCacheEntry entry);
CallCardPresenter.java 97 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
100 presenter.onImageLoadComplete(callId, entry);
492 private void onImageLoadComplete(String callId, ContactCacheEntry entry) {
    [all...]
ConferenceParticipantListAdapter.java 134 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
StatusBarNotifier.java 182 public void onImageLoadComplete(String callId, ContactCacheEntry entry) {
  /packages/apps/Calendar/src/com/android/calendar/
ContactsAsyncHelper.java 54 public void onImageLoadComplete(int token, Object cookie, ImageView iView,

Completed in 83 milliseconds