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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
PhotoBitmapLoaderInterface.java 8 public interface PhotoBitmapLoaderInterface {
PhotoBitmapLoader.java 28 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
35 implements PhotoBitmapLoaderInterface {
  /packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
BuglePhotoBitmapLoader.java 25 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
26 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
38 implements PhotoBitmapLoaderInterface {
BuglePhotoViewFragment.java 25 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
BuglePhotoViewController.java 36 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewCallbacks.java 10 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
PhotoViewController.java 46 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 47 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
48 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
543 final PhotoBitmapLoaderInterface loader = (PhotoBitmapLoaderInterface) fakePhotoLoader;
553 final PhotoBitmapLoaderInterface loader = (PhotoBitmapLoaderInterface) fakeThumbnailLoader;
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 32 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;

Completed in 106 milliseconds