HomeSort by relevance Sort by last modified time
    Searched full:unmatchedend (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/transition/
Transition.java 525 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
528 ArrayMap<View, TransitionValues> unmatchedEnd) {
532 TransitionValues end = unmatchedEnd.remove(view);
544 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
548 ArrayMap<View, TransitionValues> unmatchedEnd,
557 TransitionValues endValues = unmatchedEnd.get(endView);
562 unmatchedEnd.remove(endView);
571 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
575 ArrayMap<View, TransitionValues> unmatchedEnd,
584 TransitionValues endValues = unmatchedEnd.get(endView)
    [all...]

Completed in 3071 milliseconds