Searched refs:createAnimators (Results 1 - 4 of 4) 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);
1737 * createAnimators() to set things up and create all of the animations and then
1779 createAnimators(sceneRoot, mStartValues, mEndValues, mStartValuesList, mEndValuesList);
/frameworks/support/transition/src/android/support/transition/
H A DTransitionSet.java408 protected void createAnimators(ViewGroup sceneRoot, TransitionValuesMaps startValues, method in class:TransitionSet
425 childTransition.createAnimators(sceneRoot, startValues, endValues, startValuesList,
H A DTransition.java699 protected void createAnimators(ViewGroup sceneRoot, TransitionValuesMaps startValues, method in class:Transition
703 Log.d(LOG_TAG, "createAnimators() for " + this);
1775 * createAnimators() to set things up and create all of the animations and then
1815 createAnimators(sceneRoot, mStartValues, mEndValues, mStartValuesList, mEndValuesList);

Completed in 226 milliseconds