summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mathew Inwood <mathewi@google.com> 2018-08-21 08:45:37 -0700
committer android-build-merger <android-build-merger@google.com> 2018-08-21 08:45:37 -0700
commit6b9e65bea3d968ed2d7e8407cd7d21c31b9a8d6f (patch)
tree03d42267842d6d73ef5b3ec1fe56f473a8f02a46
parent8ee7922c16533a72bd862a1c48fa7b83efe9840f (diff)
parent0c875607f0be66dfe9df6b5417804a1386e68e05 (diff)
Merge "Code reformatting for upcoming automated code changes." am: 3b2cd9244d
am: 0c875607f0 Change-Id: Id046871cf4b42b33dc2723c0ae294fe9706891f7
-rw-r--r--core/java/android/transition/Scene.java5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/java/android/transition/Scene.java b/core/java/android/transition/Scene.java
index 4267a658c8f9..44b6e1f3269c 100644
--- a/core/java/android/transition/Scene.java
+++ b/core/java/android/transition/Scene.java
@@ -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
@@ -267,4 +268,4 @@ public final class Scene {
boolean isCreatedFromLayoutResource() {
return (mLayoutId > 0);
}
-} \ No newline at end of file
+}