index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
wm
/
DragState.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-10-02
Private flags are masked in correct variable
Adam Lesinski
2013-02-15
clean-up following Surface split
Mathias Agopian
2013-02-14
split Surface in two classes: SurfaceControl and Surface
Mathias Agopian
2012-10-18
Allow getDisplayContentLocked to return null...
Craig Mautner
2012-09-12
Rename variables and methods for clarity.
Craig Mautner
2012-09-02
Minor refactors.
Craig Mautner
2012-08-27
Fix drag bug.
Craig Mautner
2012-08-02
Introduce multiple displays with DisplayContent.
Craig Mautner
2012-07-25
Add display manager skeleton.
Jeff Brown
2012-04-05
Refactor input system into its own service.
Jeff Brown
2011-12-01
Refactor InputQueue as InputEventReceiver.
Jeff Brown
2011-10-12
Fix issue #5445966: WindowManager reporting -long on prime when it shouldn't be.
Dianne Hackborn
2011-10-07
Fix how we hide and show the nav bar.
Dianne Hackborn
2011-09-21
Handle orientation changes more systematically.
Jeff Brown
2011-08-31
Use floating point window positions.
Dianne Hackborn
2011-08-30
Fix input channel leak.
Jeff Brown
2011-07-25
Report the external display size to the input reader.
Jeff Brown
2011-07-18
Fix drag and drop regression.
Jeff Brown
2011-05-17
Improve compat mode scaling implementation.
Dianne Hackborn
2011-02-17
Explode WindowManagerService.
Dianne Hackborn