HomeSort by relevance Sort by last modified time
    Searched refs:mEndValuesList (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
Transition.java 197 ArrayList<TransitionValues> mEndValuesList; // only valid after playTransitions starts
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/main/java/androidx/transition/
Transition.java 201 private ArrayList<TransitionValues> mEndValuesList; // only valid after playTransitions starts
538 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
549 mEndValuesList.add(end);
557 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
573 mEndValuesList.add(endValues);
584 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
600 mEndValuesList.add(endValues);
611 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
627 mEndValuesList.add(endValues);
637 * Adds all values from unmatchedStart and unmatchedEnd to mStartValuesList and mEndValuesList,
    [all...]

Completed in 317 milliseconds