History log of /frameworks/base/core/java/android/transition/Explode.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
67e2ae86396c6d0f989285275cbf908dee5e71f7 12-Oct-2016 Aurimas Liutikas <aurimas@google.com> Fix import statement in view|transition|animation packages.

This change also remove trailing whitespace.

Test: code still compiles
Change-Id: I7eff4546320d67d2bae58d31bad0625ea0791b8f
/frameworks/base/core/java/android/transition/Explode.java
727a6cf6ad06bbb43c0c309c33776394a0012895 12-Jun-2015 George Mount <mount@google.com> Fix blink in Explode transition.

Bug 21785708

Change-Id: I1250d8e084601a6267906fdb2f3df46cbb8161fc
/frameworks/base/core/java/android/transition/Explode.java
e573aa9371fc507075219cd078117f96ba8b3b02 11-Feb-2015 Neil Fuller <nfuller@google.com> Remove usages of FloatMath

Bug: https://code.google.com/p/android/issues/detail?id=36199
Change-Id: Iec8fb663ed54eb967050f6ff25a36ba534204c4d
/frameworks/base/core/java/android/transition/Explode.java
964c3cf5b25ccbb5b07c1bda6eb147c912e96a7b 24-Jul-2014 George Mount <mount@google.com> Add default propagation back to Explode.

Bug 16217557

Change-Id: I47460db128749af978077755a777068392492aee
/frameworks/base/core/java/android/transition/Explode.java
ecd857be3946283ebb4306e2c03ae70f5c5bb152 19-Jun-2014 George Mount <mount@google.com> Add curved motion to Transitions.

Bug 15197527

Added two public PathMotions: PatternMotion and ArcMotion.
ArcMotion is the algorithm provided by UX. PatternMotion
provides a mechanism for using a Path as a pattern.

Change-Id: Ie57fd5f4e62269acc1164eced39853a12c52bd77
/frameworks/base/core/java/android/transition/Explode.java
1f8c01181bcdef6e7e7e359ecde003939523b718 17-Jun-2014 George Mount <mount@google.com> Handle interruptions in Explode and Slide transitions.

Bug 15618842

Change-Id: I22431b59c6516ee330d897791b79fa9ed17ba727
/frameworks/base/core/java/android/transition/Explode.java
d6107a3170df61d9e776fcd5666acfc9135c6f16 11-Mar-2014 George Mount <mount@google.com> Add Transitions useful for Activity transitions.

Slide: transition in and out of the edge of the scene.
Explode: transition to the scene borders

Moved capability from Fade to Visibility.

Change-Id: Ibeb0d8f751c990edc467570d9665fbe251af2703
/frameworks/base/core/java/android/transition/Explode.java