Home
last modified time | relevance | path

Searched refs:getMatchedTransitionValues (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DVisibility.java290 TransitionValues startParentValues = getMatchedTransitionValues(endParent, in onAppear()
415 TransitionValues endParentValues = getMatchedTransitionValues(startParent, in onDisappear()
H A DTransition.java1639 TransitionValues getMatchedTransitionValues(View view, boolean viewInStart) { in getMatchedTransitionValues() method in Transition
1641 return mParent.getMatchedTransitionValues(view, viewInStart); in getMatchedTransitionValues()
1755 TransitionValues endValues = getMatchedTransitionValues(oldView, true); in playTransition()
H A DChangeTransform.java360 TransitionValues endValues = getMatchedTransitionValues(startParent, true); in parentsMatch()
H A DChangeBounds.java267 TransitionValues endValues = getMatchedTransitionValues(startParent, true); in parentMatches()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60582 Landroid/transition/Transition;->getMatchedTransitionValues(Landroid/view/View;Z)Landroid/transitio…