Searched refs:Model (Results 1 – 10 of 10) sorted by relevance
60 public interface Model extends TileImageView.TileSource { interface in PhotoView197 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);
59 public static interface Model { interface in SlideshowPage80 private Model mModel;
35 public class SlideshowDataAdapter implements SlideshowPage.Model {
40 implements PhotoPage.Model {
130 private PhotoPage.Model mModel;222 public static interface Model extends PhotoView.Model { interface in PhotoPage
53 public class PhotoDataAdapter implements PhotoPage.Model {
44 * DOM (Document Object Model) style API
3 Document Object Model(DOM) is an in-memory representation of JSON for query and manipulation. The b…
79 Document Object Model (DOM) is an in-memory representation of JSON for query and manipulation.
3 This tutorial introduces the basics of the Document Object Model(DOM) API.