Home | History | Annotate | Download | only in app

Lines Matching defs:sceneRoot

195         ViewGroup sceneRoot = null;
197 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId);
199 if (sceneRoot == null) {
212 TransitionSet sharedElementTransition = configureSharedElementsReordered(sceneRoot,
238 TransitionManager.beginDelayedTransition(sceneRoot, transition);
267 ViewGroup sceneRoot = null;
269 sceneRoot = fragmentManager.mContainer.onFindViewById(containerId);
271 if (sceneRoot == null) {
285 TransitionSet sharedElementTransition = configureSharedElementsOrdered(sceneRoot,
316 scheduleTargetChange(sceneRoot, inFragment, nonExistentView, sharedElementsIn,
319 TransitionManager.beginDelayedTransition(sceneRoot, transition);
355 * @param sceneRoot The fragment container View
365 private static void scheduleTargetChange(final ViewGroup sceneRoot,
371 OneShotPreDrawListener.add(sceneRoot, () -> {
460 * @param sceneRoot The fragment container View
478 private static TransitionSet configureSharedElementsReordered(final ViewGroup sceneRoot,
550 OneShotPreDrawListener.add(sceneRoot, () -> {
589 * @param sceneRoot The fragment container View
607 private static TransitionSet configureSharedElementsOrdered(final ViewGroup sceneRoot,
665 OneShotPreDrawListener.add(sceneRoot, () -> {