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

/frameworks/base/core/java/android/transition/
H A DScene.java27 * View hierarchy will have when the scene is applied. A Scene can be
32 public final class Scene { class
41 * Returns a Scene described by the resource file associated with the given
42 * <code>layoutId</code> parameter. If such a Scene has already been created for
43 * the given <code>sceneRoot</code>, that same Scene will be returned.
55 public static Scene getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) {
56 SparseArray<Scene> scenes = (SparseArray<Scene>) sceneRoot.getTag(
59 scenes = new SparseArray<Scene>();
62 Scene scen
82 public Scene(ViewGroup sceneRoot) { method in class:Scene
101 private Scene(ViewGroup sceneRoot, int layoutId, Context context) { method in class:Scene
117 public Scene(ViewGroup sceneRoot, View layout) { method in class:Scene
126 public Scene(ViewGroup sceneRoot, ViewGroup layout) { method in class:Scene
[all...]

Completed in 168 milliseconds