summaryrefslogtreecommitdiff
path: root/core/java/android/transition/Slide.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix IntDef's usages in the platform TransitionsAndrey Kulikov2018-09-071-1/+1
| | | | | | | | | | | | 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
* Fix import statement in view|transition|animation packages.Aurimas Liutikas2016-10-121-0/+1
| | | | | | | This change also remove trailing whitespace. Test: code still compiles Change-Id: I7eff4546320d67d2bae58d31bad0625ea0791b8f
* Add hidden slide fraction call to SlideTony Mantler2016-03-071-22/+28
| | | | | | b/27460758 Change-Id: I936ce1c0ece24dd6a9e1c546f0bf261b37ba97c1
* Add IntDefs for Animator and Transition classes.George Mount2016-01-131-2/+12
| | | | | | Bug 23593341 Change-Id: Ifcb30322cb90efb32262c80f5d11c2d39efc5080
* Fix blink in Explode transition.George Mount2015-06-151-2/+2
| | | | | | Bug 21785708 Change-Id: I1250d8e084601a6267906fdb2f3df46cbb8161fc
* Slide supports Gravity.START and Gravity.END.George Mount2014-11-191-2/+38
| | | | | | Bug 18444396 Change-Id: Id7b82b44948e4501c2b4fb5302d22672fa20cd00
* Add curved motion to Transitions.George Mount2014-06-301-0/+27
| | | | | | | | | | 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
* Handle interruptions in Explode and Slide transitions.George Mount2014-06-181-91/+51
| | | | | | Bug 15618842 Change-Id: I22431b59c6516ee330d897791b79fa9ed17ba727
* API review: Constants to Gravity and Epicenter.George Mount2014-06-051-33/+10
| | | | | | | | | Bug 15432037 Constants for LEFT, RIGHT, TOP, BOTTOM moved to using Gravity. Epicenter method name changed. Change-Id: If226613794623fd50fdaf8fc61b0020d17628f68
* Add Transitions useful for Activity transitions.George Mount2014-04-071-28/+215
| | | | | | | | | 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
* Transition API changes from API council recommendationsChet Haase2013-09-041-0/+65
Issue #10460684 KLP API Review: android.view.transition and android.animation Issue #10570740 Transitions: inflate transition targets from xml Change-Id: I7a3f6d3aece2fcafc5efd555d033f79e86635c98