summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/wm
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE. Fix issue #8868003: Recents thumbnails scale...Dianne Hackborn2013-05-081-4/+4
* Don't limit the overscan frame to the window frame.Craig Mautner2013-05-071-5/+1
* Fix issue #8540550: Screenshots should never have transparencyDianne Hackborn2013-04-171-0/+1
* Fix issue #8512015: VideoView's window animates when its position changesDianne Hackborn2013-04-151-0/+2
* Merge "Debug logging improvement." into jb-mr2-devCraig Mautner2013-04-101-8/+8
|\
| * Debug logging improvement.Craig Mautner2013-04-101-8/+8
* | Merge "Reduce duration of rotation xfade animation." into jb-mr2-devDianne Hackborn2013-04-105-1/+67
|\ \ | |/ |/|
| * Reduce duration of rotation xfade animation.Dianne Hackborn2013-03-295-1/+67
* | Merge "Make the min layer go down through all windows" into jb-mr2-devCraig Mautner2013-04-051-19/+18
|\ \
| * | Make the min layer go down through all windowsCraig Mautner2013-04-051-19/+18
| |/
* | FUL now restarts when flipping tablet 180 (bug 7484464)Brian Colonna2013-03-291-0/+13
|/
* Change wm commands to return size and density info.Dianne Hackborn2013-03-261-0/+40
* Reduce situations where black thumbnail occurs.Craig Mautner2013-03-221-103/+181
* am 7f7ac5b4: am fda1bff8: Merge "Correct the target app token for input metho...Craig Mautner2013-03-181-1/+5
|\
| * Correct the target app token for input method windowCarrie Xu2013-03-181-1/+5
| * am 81e3c9ed: am d2a21d7f: Merge "Fade recents thumbnail to transparent earlie...Jamie Gennis2012-12-171-3/+17
| |\
| | * Fade recents thumbnail to transparent earlier.Craig Mautner2012-12-171-3/+17
| * | am 2588648b: am 203f69f0: Merge "Call setSize to sync Surface to SurfaceFling...Sascha Prueter2012-12-071-38/+52
| |\ \ | | |/
| | * Call setSize to sync Surface to SurfaceFlinger. DO NOT MERGECraig Mautner2012-12-071-38/+52
* | | Properly close Surface when done.Craig Mautner2013-03-181-0/+1
* | | Add window leak check and possible recovery.Craig Mautner2013-03-061-0/+3
* | | Merge "remove suppor for SurfaceControl.FX_SURFACE_SCREENSHOT" into jb-mr2-devMathias Agopian2013-03-061-4/+10
|\ \ \
| * | | remove suppor for SurfaceControl.FX_SURFACE_SCREENSHOTMathias Agopian2013-03-051-4/+10
* | | | Add new WindowId for cross-process monitoring of focus.Dianne Hackborn2013-03-053-18/+88
|/ / /
* | | Revert ActivityManager changes for tasks. DO NOT MERGECraig Mautner2013-02-258-653/+487
* | | Formalize overscan metrics.Dianne Hackborn2013-02-223-20/+72
* | | Merge "Create rotation animation modes."Craig Mautner2013-02-222-19/+36
|\ \ \
| * | | Create rotation animation modes.Craig Mautner2013-02-222-19/+36
* | | | Update histories simultaneously.Craig Mautner2013-02-211-0/+1
|/ / /
* | | Add null check to setAppGroupId.Craig Mautner2013-02-211-2/+7
* | | Fix crashing bug in validator.Craig Mautner2013-02-201-0/+4
* | | Merge "Switch topRunning* and moveTaskTo*"Craig Mautner2013-02-212-65/+26
|\ \ \
| * | | Switch topRunning* and moveTaskTo*Craig Mautner2013-02-202-65/+26
* | | | Merge "Switch to system process before modifying rotation."Daniel Sandler2013-02-201-3/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Switch to system process before modifying rotation.Daniel Sandler2013-02-201-3/+16
* | | | Begin switch over to task based history.Craig Mautner2013-02-194-13/+26
|/ / /
* | | Implement display overscan support.Dianne Hackborn2013-02-193-6/+315
* | | clean-up following Surface splitMathias Agopian2013-02-159-123/+121
* | | Merge "Reset and reuse Iterators and don't new() one."Craig Mautner2013-02-143-99/+149
|\ \ \
| * | | Reset and reuse Iterators and don't new() one.Craig Mautner2013-02-143-99/+149
* | | | Merge "split Surface in two classes: SurfaceControl and Surface"Mathias Agopian2013-02-1412-132/+152
|\ \ \ \ | |/ / / |/| | |
| * | | split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-1412-132/+152
* | | | Remove AppWindowToken lists.Craig Mautner2013-02-143-105/+31
* | | | Merge "Remove unused App methods."Craig Mautner2013-02-142-313/+0
|\ \ \ \
| * | | | Remove unused App methods.Craig Mautner2013-02-132-313/+0
| |/ / /
* | | | Merge "Refactor setAppOpVisibility implementation."Craig Mautner2013-02-142-19/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Refactor setAppOpVisibility implementation.Craig Mautner2013-02-122-19/+10
* | | | Stop using AppToken movement and start using Task.Craig Mautner2013-02-133-38/+190
* | | | Replace access to mAppTokens with AppTokenIteratorCraig Mautner2013-02-122-40/+46
* | | | Merge "Add AppWindowTokens to TaskList."Craig Mautner2013-02-124-21/+211
|\ \ \ \ | |/ / / |/| | |