Home | History | Annotate | Download | only in transition

Lines Matching refs:sceneRoot

241     public Animator createAnimator(@NonNull ViewGroup sceneRoot,
247 return onAppear(sceneRoot, startValues, visInfo.mStartVisibility,
250 return onDisappear(sceneRoot, startValues, visInfo.mStartVisibility,
264 * @param sceneRoot The root of the transition hierarchy
274 public Animator onAppear(ViewGroup sceneRoot, TransitionValues startValues, int startVisibility,
290 return onAppear(sceneRoot, endValues.view, startValues, endValues);
299 * @param sceneRoot The root of the transition hierarchy
310 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues,
321 * @param sceneRoot The root of the transition hierarchy
331 public Animator onDisappear(ViewGroup sceneRoot, TransitionValues startValues,
360 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
364 if (id != View.NO_ID && sceneRoot.findViewById(id) != null
385 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
398 sceneRoot.getLocationOnScreen(loc);
401 final ViewGroupOverlayImpl overlay = ViewGroupUtils.getOverlay(sceneRoot);
403 Animator animator = onDisappear(sceneRoot, overlayView, startValues, endValues);
421 Animator animator = onDisappear(sceneRoot, viewToKeep, startValues, endValues);
442 * @param sceneRoot The root of the transition hierarchy
452 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues,