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

/frameworks/base/core/java/android/transition/
H A DTransition.java196 ArrayList<TransitionValues> mEndValuesList; // only valid after playTransitions starts field in class:Transition
524 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
534 mEndValuesList.add(end);
541 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
557 mEndValuesList.add(endValues);
568 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
584 mEndValuesList.add(endValues);
595 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
611 mEndValuesList.add(endValues);
621 * Adds all values from unmatchedStart and unmatchedEnd to mStartValuesList and mEndValuesList,
[all...]

Completed in 24 milliseconds