Searched refs:endParent (Results 1 – 4 of 4) sorted by relevance
89 ViewGroup endParent; field in Visibility.VisibilityInfo206 visInfo.endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT); in getVisibilityChangeInfo()209 visInfo.endParent = null; in getVisibilityChangeInfo()213 visInfo.startParent == visInfo.endParent) { in getVisibilityChangeInfo()225 } else if (visInfo.startParent != visInfo.endParent) { in getVisibilityChangeInfo()226 if (visInfo.endParent == null) { in getVisibilityChangeInfo()250 && (visInfo.startParent != null || visInfo.endParent != null)) { in createAnimator()289 View endParent = (View) endValues.view.getParent(); in onAppear() local290 TransitionValues startParentValues = getMatchedTransitionValues(endParent, in onAppear()292 TransitionValues endParentValues = getTransitionValues(endParent, false); in onAppear()
235 ViewGroup endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT); in createAnimator() local236 boolean handleParentChange = mReparent && !parentsMatch(startParent, endParent); in createAnimator()354 private boolean parentsMatch(ViewGroup startParent, ViewGroup endParent) { in parentsMatch() argument356 if (!isValidTarget(startParent) || !isValidTarget(endParent)) { in parentsMatch()357 parentsMatch = startParent == endParent; in parentsMatch()361 parentsMatch = endParent == endValues.view; in parentsMatch()
264 private boolean parentMatches(View startParent, View endParent) { in parentMatches() argument269 parentMatches = startParent == endParent; in parentMatches()271 parentMatches = endParent == endValues.view; in parentMatches()286 ViewGroup endParent = (ViewGroup) endParentVals.get(PROPNAME_PARENT); in createAnimator() local287 if (startParent == null || endParent == null) { in createAnimator()291 if (parentMatches(startParent, endParent)) { in createAnimator()
76520 Landroid/transition/Visibility$VisibilityInfo;->endParent:Landroid/view/ViewGroup;