Home | History | Annotate | Download | only in transition

Lines Matching defs:endValues

439      * given the information in the startValues and endValues structures captured
477 * @param endValues The values for the target in the end scene.
484 @Nullable TransitionValues startValues, @Nullable TransitionValues endValues) {
570 TransitionValues endValues = unmatchedEnd.get(endView);
571 if (startValues != null && endValues != null) {
573 mEndValuesList.add(endValues);
597 TransitionValues endValues = unmatchedEnd.get(endView);
598 if (startValues != null && endValues != null) {
600 mEndValuesList.add(endValues);
624 TransitionValues endValues = unmatchedEnd.get(endView);
625 if (startValues != null && endValues != null) {
627 mEndValuesList.add(endValues);
662 TransitionValuesMaps endValues) {
664 ArrayMap<View, TransitionValues> unmatchedEnd = new ArrayMap<>(endValues.mViewValues);
673 startValues.mNameValues, endValues.mNameValues);
677 startValues.mIdValues, endValues.mIdValues);
681 startValues.mItemIdValues, endValues.mItemIdValues);
701 TransitionValuesMaps endValues, ArrayList<TransitionValues> startValuesList,
754 TransitionValues newValues = endValues.mViewValues.get(view);
942 * transition monitors. These values are then passed as the endValues
1796 TransitionValues endValues = getMatchedTransitionValues(oldView, true);
1797 boolean cancel = (startValues != null || endValues != null)
1798 && oldInfo.mTransition.isTransitionRequired(oldValues, endValues);
1830 * @param endValues the values from captureEndValues. This may be {@code null} if the View
1834 @Nullable TransitionValues endValues) {
1838 if (startValues != null && endValues != null) {
1842 if (isValueChanged(startValues, endValues, property)) {
1849 if (isValueChanged(startValues, endValues, key)) {