[go: nahoru, domu]

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

/frameworks/base/core/java/android/transition/
H A DTransitionSet.java379 protected void createAnimators(ViewGroup sceneRoot, TransitionValuesMaps startValues, method in class:TransitionSet
396 childTransition.createAnimators(sceneRoot, startValues, endValues, startValuesList,
H A DTransition.java688 protected void createAnimators(ViewGroup sceneRoot, TransitionValuesMaps startValues, method in class:Transition
692 Log.d(LOG_TAG, "createAnimators() for " + this);
1735 * createAnimators() to set things up and create all of the animations and then
1777 createAnimators(sceneRoot, mStartValues, mEndValues, mStartValuesList, mEndValuesList);

Completed in 41 milliseconds