| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Bug: 68490704
1) Add annotation in some places where it was missed: constructors of Fade and Slide
2) Add Fade.IN and Fade.OUT into a set of allowed values for Visibility.MODE IntDef. Without it Lint will false alarm on this line:
new Fade().setMode(Fade.IN);
It should be allowed as Fade.IN is just a proxy value for Visibility.MODE_IN.
Test: n/a
Change-Id: I56d8ba5f49b1cf8f6a61357f58ac76312e7cf037
|
| |
|
|
|
|
|
| |
This change also remove trailing whitespace.
Test: code still compiles
Change-Id: I7eff4546320d67d2bae58d31bad0625ea0791b8f
|
| |
|
|
|
|
| |
b/27460758
Change-Id: I936ce1c0ece24dd6a9e1c546f0bf261b37ba97c1
|
| |
|
|
|
|
| |
Bug 23593341
Change-Id: Ifcb30322cb90efb32262c80f5d11c2d39efc5080
|
| |
|
|
|
|
| |
Bug 21785708
Change-Id: I1250d8e084601a6267906fdb2f3df46cbb8161fc
|
| |
|
|
|
|
| |
Bug 18444396
Change-Id: Id7b82b44948e4501c2b4fb5302d22672fa20cd00
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Bug 15618842
Change-Id: I22431b59c6516ee330d897791b79fa9ed17ba727
|
| |
|
|
|
|
|
|
|
| |
Bug 15432037
Constants for LEFT, RIGHT, TOP, BOTTOM moved to using Gravity.
Epicenter method name changed.
Change-Id: If226613794623fd50fdaf8fc61b0020d17628f68
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
Issue #10460684 KLP API Review: android.view.transition and android.animation
Issue #10570740 Transitions: inflate transition targets from xml
Change-Id: I7a3f6d3aece2fcafc5efd555d033f79e86635c98
|