Home | History | Annotate | Download | only in transition

Lines Matching refs:sceneRoot

243     public Animator createAnimator(ViewGroup sceneRoot, TransitionValues startValues,
249 return onAppear(sceneRoot, startValues, visInfo.startVisibility,
252 return onDisappear(sceneRoot, startValues, visInfo.startVisibility,
269 * @param sceneRoot The root of the transition hierarchy
278 public Animator onAppear(ViewGroup sceneRoot,
296 return onAppear(sceneRoot, endValues.view, startValues, endValues);
305 * @param sceneRoot The root of the transition hierarchy
314 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues,
344 * @param sceneRoot The root of the transition hierarchy
353 public Animator onDisappear(ViewGroup sceneRoot,
383 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
387 if (id != View.NO_ID && sceneRoot.findViewById(id) != null
408 overlayView = TransitionUtils.copyViewImage(sceneRoot, startView,
414 final ViewGroup finalSceneRoot = sceneRoot;
422 sceneRoot.getLocationOnScreen(loc);
425 sceneRoot.getOverlay().add(overlayView);
426 Animator animator = onDisappear(sceneRoot, overlayView, startValues, endValues);
428 sceneRoot.getOverlay().remove(overlayView);
445 Animator animator = onDisappear(sceneRoot, viewToKeep, startValues, endValues);
483 * @param sceneRoot The root of the transition hierarchy
493 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues,