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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapLoader.java67 onLoadComplete(mBitmap);
107 abstract protected void onLoadComplete(Bitmap bitmap); method in class:BitmapLoader
H A DAlbumSlidingWindow.java304 protected void onLoadComplete(Bitmap bitmap) { method in class:AlbumSlidingWindow.ThumbnailLoader
H A DAlbumSetSlidingWindow.java436 protected void onLoadComplete(Bitmap bitmap) { method in class:AlbumSetSlidingWindow.AlbumCoverLoader
500 protected void onLoadComplete(Bitmap bitmap) { method in class:AlbumSetSlidingWindow.AlbumLabelLoader
/packages/apps/Camera/src/com/android/camera/
H A DSoundClips.java168 public void onLoadComplete(SoundPool pool, int soundID, int status) { method in class:SoundClips.SoundPoolPlayer
/packages/apps/Gallery2/src/com/android/camera/
H A DSoundClips.java172 public void onLoadComplete(SoundPool pool, int soundID, int status) { method in class:SoundClips.SoundPoolPlayer
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java175 protected void onLoadComplete(Bitmap bitmap) { method in class:BitmapJobDrawable.ThumbnailLoader
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetService.java129 onLoadComplete();
335 private void onLoadComplete() { method in class:MmsWidgetService.MmsFactory
337 Log.v(TAG, "onLoadComplete");
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java472 * android.content.Loader.OnLoadCompleteListener#onLoadComplete(android
476 public void onLoadComplete(Loader<Cursor> loader, Cursor cursor) { method in class:CalendarAppWidgetService.CalendarFactory
484 Log.wtf(TAG, "Got a closed cursor from onLoadComplete");
/packages/apps/Dialer/src/com/android/dialer/interactions/
H A DPhoneNumberInteraction.java366 public void onLoadComplete(Loader<Cursor> loader, Cursor cursor) { method in class:PhoneNumberInteraction
/packages/apps/Email/src/com/android/email/widget/
H A DEmailWidget.java188 public void onLoadComplete(Loader<Cursor> loader, Cursor cursor) { method in class:EmailWidget

Completed in 386 milliseconds