Home | History | Annotate | Download | only in app

Lines Matching defs:sceneRoot

212         ViewGroup sceneRoot = null;
214 sceneRoot = (ViewGroup) fragmentManager.mContainer.onFindViewById(containerId);
216 if (sceneRoot == null) {
233 Object sharedElementTransition = configureSharedElementsReordered(impl, sceneRoot,
260 impl.beginDelayedTransition(sceneRoot, transition);
261 impl.setNameOverridesReordered(sceneRoot, sharedElementsOut,
310 ViewGroup sceneRoot = null;
312 sceneRoot = (ViewGroup) fragmentManager.mContainer.onFindViewById(containerId);
314 if (sceneRoot == null) {
332 sceneRoot,
360 scheduleTargetChange(impl, sceneRoot, inFragment, nonExistentView, sharedElementsIn,
362 impl.setNameOverridesOrdered(sceneRoot, sharedElementsIn, nameOverrides);
364 impl.beginDelayedTransition(sceneRoot, transition);
365 impl.scheduleNameReset(sceneRoot, sharedElementsIn, nameOverrides);
376 * @param sceneRoot The fragment container View
387 final ViewGroup sceneRoot,
392 OneShotPreDrawListener.add(sceneRoot, new Runnable() {
535 * @param sceneRoot The fragment container View
554 final ViewGroup sceneRoot,
622 OneShotPreDrawListener.add(sceneRoot, new Runnable() {
664 * @param sceneRoot The fragment container View
683 final ViewGroup sceneRoot,
734 OneShotPreDrawListener.add(sceneRoot, new Runnable() {