Searched refs:endView (Results 1 – 3 of 3) sorted by relevance
369 final View endView = (endValues != null) ? endValues.view : null; in onDisappear() local384 if (endView == null || endView.getParent() == null) { in onDisappear()385 if (endView != null) { in onDisappear()387 overlayView = endView; in onDisappear()394 viewToKeep = endView; in onDisappear()397 if (startView == endView) { in onDisappear()398 viewToKeep = endView; in onDisappear()
107 final View endView = endValues.view; in createAnimator() local111 endView.setClipBounds(null); in createAnimator()
555 View endView = endItemIds.get(startItemIds.keyAt(i)); in matchItemIds() local556 if (endView != null && isValidTarget(endView)) { in matchItemIds()558 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()563 unmatchedEnd.remove(endView); in matchItemIds()582 View endView = endIds.get(startIds.keyAt(i)); in matchIds() local583 if (endView != null && isValidTarget(endView)) { in matchIds()585 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()590 unmatchedEnd.remove(endView); in matchIds()609 View endView = endNames.get(startNames.keyAt(i)); in matchNames() local610 if (endView != null && isValidTarget(endView)) { in matchNames()[all …]