Loading core/java/android/transition/Scene.java +3 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,8 @@ public final class Scene { private int mLayoutId = -1; private ViewGroup mSceneRoot; private View mLayout; // alternative to layoutId Runnable mEnterAction, mExitAction; Runnable mEnterAction; Runnable mExitAction; /** * Returns a Scene described by the resource file associated with the given Loading Loading
core/java/android/transition/Scene.java +3 −2 Original line number Diff line number Diff line Loading @@ -35,7 +35,8 @@ public final class Scene { private int mLayoutId = -1; private ViewGroup mSceneRoot; private View mLayout; // alternative to layoutId Runnable mEnterAction, mExitAction; Runnable mEnterAction; Runnable mExitAction; /** * Returns a Scene described by the resource file associated with the given Loading