Searched refs:getMatchedTransitionValues (Results 1 – 5 of 5) sorted by relevance
290 TransitionValues startParentValues = getMatchedTransitionValues(endParent, in onAppear()415 TransitionValues endParentValues = getMatchedTransitionValues(startParent, in onDisappear()
1639 TransitionValues getMatchedTransitionValues(View view, boolean viewInStart) { in getMatchedTransitionValues() method in Transition1641 return mParent.getMatchedTransitionValues(view, viewInStart); in getMatchedTransitionValues()1755 TransitionValues endValues = getMatchedTransitionValues(oldView, true); in playTransition()
360 TransitionValues endValues = getMatchedTransitionValues(startParent, true); in parentsMatch()
267 TransitionValues endValues = getMatchedTransitionValues(startParent, true); in parentMatches()
60582 Landroid/transition/Transition;->getMatchedTransitionValues(Landroid/view/View;Z)Landroid/transitio…