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

/frameworks/base/core/java/android/transition/
H A DTransition.java197 ArrayList<TransitionValues> mEndValuesList; // only valid after playTransitions starts field in class:Transition
525 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
536 mEndValuesList.add(end);
544 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
560 mEndValuesList.add(endValues);
571 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
587 mEndValuesList.add(endValues);
598 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
614 mEndValuesList.add(endValues);
624 * Adds all values from unmatchedStart and unmatchedEnd to mStartValuesList and mEndValuesList,
[all...]
/frameworks/support/transition/src/android/support/transition/
H A DTransition.java200 private ArrayList<TransitionValues> mEndValuesList; // only valid after playTransitions starts field in class:Transition
537 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
548 mEndValuesList.add(end);
556 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
572 mEndValuesList.add(endValues);
583 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
599 mEndValuesList.add(endValues);
610 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
626 mEndValuesList.add(endValues);
636 * Adds all values from unmatchedStart and unmatchedEnd to mStartValuesList and mEndValuesList,
[all...]

Completed in 49 milliseconds