Searched defs:onCreateBitmapLoader (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewCallbacks.java95 public Loader<BitmapResult> onCreateBitmapLoader(int id, Bundle args, String uri); method in interface:PhotoViewCallbacks
H A DPhotoViewController.java577 public Loader<BitmapResult> onCreateBitmapLoader(int id, Bundle args, String uri) { method in class:PhotoViewController
1263 return onCreateBitmapLoader(PhotoViewCallbacks.BITMAP_LOADER_THUMBNAIL,
1266 return onCreateBitmapLoader(PhotoViewCallbacks.BITMAP_LOADER_AVATAR,

Completed in 93 milliseconds