summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/wm/DragState.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-10-02Private flags are masked in correct variableAdam Lesinski
2013-02-15clean-up following Surface splitMathias Agopian
2013-02-14split Surface in two classes: SurfaceControl and SurfaceMathias Agopian
2012-10-18Allow getDisplayContentLocked to return null...Craig Mautner
2012-09-12Rename variables and methods for clarity.Craig Mautner
2012-09-02Minor refactors.Craig Mautner
2012-08-27Fix drag bug.Craig Mautner
2012-08-02Introduce multiple displays with DisplayContent.Craig Mautner
2012-07-25Add display manager skeleton.Jeff Brown
2012-04-05Refactor input system into its own service.Jeff Brown
2011-12-01Refactor InputQueue as InputEventReceiver.Jeff Brown
2011-10-12Fix issue #5445966: WindowManager reporting -long on prime when it shouldn't be.Dianne Hackborn
2011-10-07Fix how we hide and show the nav bar.Dianne Hackborn
2011-09-21Handle orientation changes more systematically.Jeff Brown
2011-08-31Use floating point window positions.Dianne Hackborn
2011-08-30Fix input channel leak.Jeff Brown
2011-07-25Report the external display size to the input reader.Jeff Brown
2011-07-18Fix drag and drop regression.Jeff Brown
2011-05-17Improve compat mode scaling implementation.Dianne Hackborn
2011-02-17Explode WindowManagerService.Dianne Hackborn