summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm/DragState.java
Commit message (Expand)AuthorAgeFilesLines
* Private flags are masked in correct variableAdam Lesinski2013-10-021-0/+1
* clean-up following Surface splitMathias Agopian2013-02-151-7/+7
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-4/+5
* Allow getDisplayContentLocked to return null...Craig Mautner2012-10-181-3/+8
* Rename variables and methods for clarity.Craig Mautner2012-09-121-2/+2
* Minor refactors.Craig Mautner2012-09-021-11/+13
* Fix drag bug.Craig Mautner2012-08-271-7/+5
* Introduce multiple displays with DisplayContent.Craig Mautner2012-08-021-6/+18
* Add display manager skeleton.Jeff Brown2012-07-251-2/+2
* Refactor input system into its own service.Jeff Brown2012-04-051-0/+2
* Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-4/+6
* Fix issue #5445966: WindowManager reporting -long on prime when it shouldn't be.Dianne Hackborn2011-10-121-2/+4
* Fix how we hide and show the nav bar.Dianne Hackborn2011-10-071-1/+0
* Handle orientation changes more systematically.Jeff Brown2011-09-211-7/+12
* Use floating point window positions.Dianne Hackborn2011-08-311-1/+1
* Fix input channel leak.Jeff Brown2011-08-301-0/+3
* Report the external display size to the input reader.Jeff Brown2011-07-251-2/+2
* Fix drag and drop regression.Jeff Brown2011-07-181-0/+34
* Improve compat mode scaling implementation.Dianne Hackborn2011-05-171-11/+19
* Explode WindowManagerService.Dianne Hackborn2011-02-171-0/+368