Home
last modified time | relevance | path

Searched refs:Model (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java60 public interface Model extends TileImageView.TileSource { interface in PhotoView
197 private Model mModel;
319 public void setModel(Model model) { in setModel()
598 private int mLoadingState = Model.LOADING_INIT;
735 if (mLoadingState == Model.LOADING_FAIL) { in drawTileView()
779 private int mLoadingState = Model.LOADING_INIT;
856 if (mLoadingState == Model.LOADING_FAIL) { in draw()
1331 mFilmMode ? Model.FOCUS_HINT_PREVIOUS : Model.FOCUS_HINT_NEXT);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowPage.java59 public static interface Model { interface in SlideshowPage
80 private Model mModel;
DSlideshowDataAdapter.java35 public class SlideshowDataAdapter implements SlideshowPage.Model {
DSinglePhotoDataAdapter.java40 implements PhotoPage.Model {
DPhotoPage.java130 private PhotoPage.Model mModel;
222 public static interface Model extends PhotoView.Model { interface in PhotoPage
DPhotoDataAdapter.java53 public class PhotoDataAdapter implements PhotoPage.Model {
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dfeatures.md44 * DOM (Document Object Model) style API
Ddom.md3 Document Object Model(DOM) is an in-memory representation of JSON for query and manipulation. The b…
Dfaq.md79 Document Object Model (DOM) is an in-memory representation of JSON for query and manipulation.
Dtutorial.md3 This tutorial introduces the basics of the Document Object Model(DOM) API.