OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toScene
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/transition/
TransitionInflater.java
287
Scene fromScene = null,
toScene
= null;
293
if (toId >= 0)
toScene
= Scene.getSceneForLayout(sceneRoot, toId, mContext);
298
if (
toScene
== null){
299
throw new RuntimeException("No matching
toScene
for given fromScene " +
302
transitionManager.setTransition(fromScene,
toScene
, transition);
305
transitionManager.setTransition(
toScene
, transition);
TransitionManager.java
50
* <p>For each of the <code>fromScene</code> and <code>
toScene
</code> attributes,
124
* @param
toScene
The scene being entered when the given transition will
130
public void setTransition(Scene fromScene, Scene
toScene
, Transition transition) {
131
ArrayMap<Scene, Transition> sceneTransitionMap = mScenePairTransitions.get(
toScene
);
134
mScenePairTransitions.put(
toScene
, sceneTransitionMap);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
AbstractBlenderLoader.java
72
public Node
toScene
(Structure structure) {
BlenderLoader.java
113
loadingResults.addScene(this.
toScene
(block.getStructure(blenderContext)));
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 66 milliseconds