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()
556 View endView = endItemIds.get(startItemIds.keyAt(i)); in matchItemIds() local557 if (endView != null && isValidTarget(endView)) { in matchItemIds()559 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()564 unmatchedEnd.remove(endView); in matchItemIds()583 View endView = endIds.get(startIds.keyAt(i)); in matchIds() local584 if (endView != null && isValidTarget(endView)) { in matchIds()586 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()591 unmatchedEnd.remove(endView); in matchIds()610 View endView = endNames.get(startNames.keyAt(i)); in matchNames() local611 if (endView != null && isValidTarget(endView)) { in matchNames()[all …]
107 final View endView = endValues.view; in createAnimator() local111 endView.setClipBounds(null); in createAnimator()