Home
last modified time | relevance | path

Searched refs:PhotoBitmapLoaderInterface (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java47 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface;
48 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
543 … final PhotoBitmapLoaderInterface loader = (PhotoBitmapLoaderInterface) fakePhotoLoader; in onCursorChanged()
553 … final PhotoBitmapLoaderInterface loader = (PhotoBitmapLoaderInterface) fakeThumbnailLoader; in onCursorChanged()
/frameworks/opt/photoviewer/src/com/android/ex/photo/loaders/
DPhotoBitmapLoader.java28 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
35 implements PhotoBitmapLoaderInterface {
DPhotoBitmapLoaderInterface.java8 public interface PhotoBitmapLoaderInterface { interface
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewCallbacks.java10 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
DPhotoViewController.java46 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/
DImageUtils.java32 import com.android.ex.photo.loaders.PhotoBitmapLoaderInterface.BitmapResult;