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

/frameworks/base/core/java/android/transition/
H A DTransitionManager.java50 * <p>For each of the <code>fromScene</code> and <code>toScene</code> attributes,
124 * @param fromScene The scene being exited when the given transition will
132 public void setTransition(Scene fromScene, Scene toScene, Transition transition) { argument
138 sceneTransitionMap.put(fromScene, transition);

Completed in 47 milliseconds