summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/PinchAnimationManager.java
Commit message (Expand)AuthorAgeFilesLines
* Removing QsbBlockerViewSunny Goyal2017-06-061-6/+3
* Removing wrapper around ViewPropertyAnimator, and using ObjectAnimatorSunny Goyal2017-02-161-1/+3
* Using java_style enum generation for protoSunny Goyal2016-12-151-5/+6
* Bug fix: QSB sometimes gets stuck to transparent.Sunny Goyal2016-11-241-2/+10
* Moving saving state transtion listener logic to individual viewsSunny Goyal2016-11-141-1/+1
* Removing custom dispatchDraw logic and letting the system handleSunny Goyal2016-10-261-10/+5
* Added logging for pinching in/out b/w workspace and overview.Jon Miranda2016-10-051-0/+8
* Fixing some commentsSunny Goyal2016-07-141-3/+3
* Moving the QSB out of the cell layout to the Drag layerSunny Goyal2016-07-131-7/+6
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-8/+0
* Making page indicator an abstract class and implementing some common methods.Sunny Goyal2016-05-201-1/+1
* Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-171-1/+1
* Call onLauncherTransitionPrepare() and End() from pinch.Tony Wickham2016-05-121-17/+14
* Merge "Added copywrite comments to pinch-related classes." into ub-launcher3-...Tony Wickham2016-03-251-0/+16
|\
| * Added copywrite comments to pinch-related classes.Tony Wickham2016-03-171-0/+16
* | Preventing unnecessary object creationsSunny Goyal2016-03-241-98/+42
|/
* Pinch to zoom out into overview mode.Tony Wickham2016-03-041-0/+285