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

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

Completed in 114 milliseconds