Searched refs:Model (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java60 public interface Model extends TileImageView.TileSource { interface in class:PhotoView
74 // This amends the getScreenNail() method of TileImageView.Model to get
197 private Model mModel;
319 public void setModel(Model model) {
598 private int mLoadingState = Model.LOADING_INIT;
735 if (mLoadingState == Model.LOADING_FAIL) {
779 private int mLoadingState = Model.LOADING_INIT;
856 if (mLoadingState == Model.LOADING_FAIL) {
1331 mFilmMode ? Model.FOCUS_HINT_PREVIOUS : Model
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowDataAdapter.java35 public class SlideshowDataAdapter implements SlideshowPage.Model {
H A DSlideshowPage.java59 public static interface Model { interface in class:SlideshowPage
80 private Model mModel;
H A DSinglePhotoDataAdapter.java40 implements PhotoPage.Model {
H A DPhotoPage.java130 private PhotoPage.Model mModel;
222 public static interface Model extends PhotoView.Model { interface in class:PhotoPage
H A DPhotoDataAdapter.java53 public class PhotoDataAdapter implements PhotoPage.Model {

Completed in 87 milliseconds