Searched refs:getMatchedTransitionValues (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DVisibility.java283 TransitionValues startParentValues = getMatchedTransitionValues(endParent,
374 TransitionValues endParentValues = getMatchedTransitionValues(startParent,
H A DTransition.java1626 TransitionValues getMatchedTransitionValues(View view, boolean viewInStart) { method in class:Transition
1628 return mParent.getMatchedTransitionValues(view, viewInStart);
1741 TransitionValues endValues = getMatchedTransitionValues(oldView, true);
H A DChangeBounds.java263 TransitionValues endValues = getMatchedTransitionValues(startParent, true);
H A DChangeTransform.java357 TransitionValues endValues = getMatchedTransitionValues(startParent, true);

Completed in 86 milliseconds