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()
1638 TransitionValues getMatchedTransitionValues(View view, boolean viewInStart) { in getMatchedTransitionValues() method in Transition1640 return mParent.getMatchedTransitionValues(view, viewInStart); in getMatchedTransitionValues()1754 TransitionValues endValues = getMatchedTransitionValues(oldView, true); in playTransition()
359 TransitionValues endValues = getMatchedTransitionValues(startParent, true); in parentsMatch()
267 TransitionValues endValues = getMatchedTransitionValues(startParent, true); in parentMatches()
76379 Landroid/transition/Transition;->getMatchedTransitionValues(Landroid/view/View;Z)Landroid/transitio…