Searched refs:endView (Results 1 – 3 of 3) sorted by relevance
358 View endView = (endValues != null) ? endValues.view : null; in onDisappear() local361 if (endView == null || endView.getParent() == null) { in onDisappear()362 if (endView != null) { in onDisappear()364 overlayView = endView; in onDisappear()397 viewToKeep = endView; in onDisappear()400 if (startView == endView) { in onDisappear()401 viewToKeep = endView; in onDisappear()
554 View endView = endItemIds.get(startItemIds.keyAt(i)); in matchItemIds() local555 if (endView != null && isValidTarget(endView)) { in matchItemIds()557 TransitionValues endValues = unmatchedEnd.get(endView); in matchItemIds()562 unmatchedEnd.remove(endView); in matchItemIds()581 View endView = endIds.get(startIds.keyAt(i)); in matchIds() local582 if (endView != null && isValidTarget(endView)) { in matchIds()584 TransitionValues endValues = unmatchedEnd.get(endView); in matchIds()589 unmatchedEnd.remove(endView); in matchIds()608 View endView = endNames.get(startNames.keyAt(i)); in matchNames() local609 if (endView != null && isValidTarget(endView)) { in matchNames()[all …]
397 final View endView = span.mViews.get(span.mViews.size() - 1);398 final LayoutParams lp = span.getLayoutParams(endView);2410 final View endView = mViews.get(mViews.size() - 1);2411 final LayoutParams lp = getLayoutParams(endView);2412 mCachedEnd = mPrimaryOrientation.getDecoratedEnd(endView);