Searched refs:endParent (Results 1 – 3 of 3) sorted by relevance
83 ViewGroup endParent; field in Visibility.VisibilityInfo200 visInfo.endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT); in getVisibilityChangeInfo()203 visInfo.endParent = null; in getVisibilityChangeInfo()207 visInfo.startParent == visInfo.endParent) { in getVisibilityChangeInfo()219 } else if (visInfo.startParent != visInfo.endParent) { in getVisibilityChangeInfo()220 if (visInfo.endParent == null) { in getVisibilityChangeInfo()244 && (visInfo.startParent != null || visInfo.endParent != null)) { in createAnimator()283 View endParent = (View) endValues.view.getParent(); in onAppear() local284 TransitionValues startParentValues = getMatchedTransitionValues(endParent, in onAppear()286 TransitionValues endParentValues = getTransitionValues(endParent, false); in onAppear()
233 ViewGroup endParent = (ViewGroup) endValues.values.get(PROPNAME_PARENT); in createAnimator() local234 boolean handleParentChange = mReparent && !parentsMatch(startParent, endParent); in createAnimator()352 private boolean parentsMatch(ViewGroup startParent, ViewGroup endParent) { in parentsMatch() argument354 if (!isValidTarget(startParent) || !isValidTarget(endParent)) { in parentsMatch()355 parentsMatch = startParent == endParent; in parentsMatch()359 parentsMatch = endParent == endValues.view; in parentsMatch()
260 private boolean parentMatches(View startParent, View endParent) { in parentMatches() argument265 parentMatches = startParent == endParent; in parentMatches()267 parentMatches = endParent == endValues.view; in parentMatches()282 ViewGroup endParent = (ViewGroup) endParentVals.get(PROPNAME_PARENT); in createAnimator() local283 if (startParent == null || endParent == null) { in createAnimator()287 if (parentMatches(startParent, endParent)) { in createAnimator()