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

  /frameworks/base/core/java/android/transition/
Transition.java 525 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
527 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart,
529 for (int i = unmatchedStart.size() - 1; i >= 0; i--) {
530 View view = unmatchedStart.keyAt(i);
534 TransitionValues start = unmatchedStart.removeAt(i);
544 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
547 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart,
556 TransitionValues startValues = unmatchedStart.get(startView);
561 unmatchedStart.remove(startView);
571 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, usin
    [all...]
  /frameworks/support/transition/src/main/java/androidx/transition/
Transition.java 538 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd.
540 private void matchInstances(ArrayMap<View, TransitionValues> unmatchedStart,
542 for (int i = unmatchedStart.size() - 1; i >= 0; i--) {
543 View view = unmatchedStart.keyAt(i);
547 TransitionValues start = unmatchedStart.removeAt(i);
557 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, using
560 private void matchItemIds(ArrayMap<View, TransitionValues> unmatchedStart,
569 TransitionValues startValues = unmatchedStart.get(startView);
574 unmatchedStart.remove(startView);
584 * and mEndValuesList and removes them from unmatchedStart and unmatchedEnd, usin
    [all...]

Completed in 79 milliseconds