Searched refs:createAnimators (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransitionSet.java256 protected void createAnimators(ViewGroup sceneRoot, TransitionValuesMaps startValues, method in class:TransitionSet
259 childTransition.createAnimators(sceneRoot, startValues, endValues);
H A DTransition.java327 protected void createAnimators(ViewGroup sceneRoot, TransitionValuesMaps startValues, method in class:Transition
330 Log.d(LOG_TAG, "createAnimators() for " + this);
1248 * createAnimators() to set things up and create all of the animations and then
1305 createAnimators(sceneRoot, mStartValues, mEndValues);

Completed in 275 milliseconds