Searched refs:sceneRoot (Results 1 – 3 of 3) sorted by relevance
36 public Animator onAppear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onAppear() argument42 public Animator onDisappear(ViewGroup sceneRoot, View view, TransitionValues startValues, in onDisappear() argument
68 public Animator createAnimator(ViewGroup sceneRoot, in createAnimator() argument
44 mSceneRoot = (ViewGroup) findViewById(R.id.sceneRoot); in onCreate()