summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/wm/WindowManagerService.java
Commit message (Expand)AuthorAgeFilesLines
...
* | | Always wait for the main app window before starting a transitionJorim Jaggi2015-07-071-0/+3
* | | Don't prevent windows from drawing when they are just movingJorim Jaggi2015-07-061-0/+1
|/ /
* | am aabc9869: am 03850591: Handle outsets when resized is called due to rotation.Filip Gruszczynski2015-07-021-0/+3
|\ \
| * \ am 03850591: Handle outsets when resized is called due to rotation.Filip Gruszczynski2015-07-021-0/+3
| |\ \ | | |/
| | * Handle outsets when resized is called due to rotation.Filip Gruszczynski2015-07-011-0/+3
* | | Merge "resolved conflicts for merge of 300ccf4a to mnc-dev" into mnc-devFilip Gruszczynski2015-07-011-2/+4
|\ \ \
| * \ \ resolved conflicts for merge of 300ccf4a to mnc-devFilip Gruszczynski2015-06-301-2/+4
| |\ \ \ | | |/ /
| | * | am 0ec1328f: Calculate outset hint when adding window.Filip Gruszczynski2015-06-301-2/+4
| | |\ \ | | | |/
| | | * Calculate outset hint when adding window.Filip Gruszczynski2015-06-301-2/+4
* | | | Reland "Fixed constant window switching on lock screen..."Yohei Yukawa2015-06-301-1/+1
|/ / /
* | | Update surfaces secure flag on screen capture setting changeWale Ogunwale2015-06-231-0/+10
* | | Fix IME window flickering during rotation.Seigo Nonaka2015-06-181-12/+6
* | | Merge "Do not access WindowManagerService#mCurrentUserId w/o lock." into mnc-devYohei Yukawa2015-06-121-4/+8
|\ \ \
| * | | Do not access WindowManagerService#mCurrentUserId w/o lock.Yohei Yukawa2015-06-101-4/+8
* | | | Merge "Make WindowManagerService.SettingsObserver multiuser-aware." into mnc-devYohei Yukawa2015-06-121-2/+4
|\ \ \ \ | |/ / /
| * | | Make WindowManagerService.SettingsObserver multiuser-aware.Yohei Yukawa2015-06-101-2/+4
* | | | Merge "Revert "Enabled WMS.DEBUG_STARTING_WINDOW"" into mnc-devWale Ogunwale2015-06-111-1/+1
|\ \ \ \
| * | | | Revert "Enabled WMS.DEBUG_STARTING_WINDOW"Wale Ogunwale2015-06-111-1/+1
* | | | | Merge "Dont create a dummy animation for a transferred animation" into mnc-devStefan Kuhne2015-06-101-6/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Dont create a dummy animation for a transferred animationStefan Kuhne2015-06-091-6/+8
* | | | | Skip first frame for app transitions when possibleJorim Jaggi2015-06-051-1/+2
|/ / / /
* | | | Merge "Don't leak windows on removal with dummy animations" into mnc-devAndroid (Google) Code Review2015-06-041-4/+5
|\ \ \ \
| * | | | Don't leak windows on removal with dummy animationsStefan Kuhne2015-06-041-4/+5
* | | | | Merge "Fix calls to Rect.intersect(Rect) in package com.android.server.wm" in...Doris Liu2015-06-021-3/+10
|\ \ \ \ \
| * | | | | Fix calls to Rect.intersect(Rect) in package com.android.server.wmDoris Liu2015-06-011-3/+10
* | | | | | Merge "Enabled WMS.DEBUG_STARTING_WINDOW" into mnc-devWale Ogunwale2015-06-021-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Enabled WMS.DEBUG_STARTING_WINDOWWale Ogunwale2015-06-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge "WindowManagerService not propagating X and Y steps" into mnc-devOlawale Ogunwale2015-06-021-0/+10
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | WindowManagerService not propagating X and Y stepsRichard MacGregor2015-06-011-0/+10
* | | | | Merge "Update button to BUTTON_STYLUS_PRIMARY" into mnc-devMady Mellor2015-06-011-2/+1
|\ \ \ \ \
| * | | | | Update button to BUTTON_STYLUS_PRIMARYMady Mellor2015-05-211-2/+1
* | | | | | Merge "Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev"""...Filip Gruszczynski2015-06-011-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev""Filip Gruszczynski2015-05-271-1/+3
| | |/ / / | |/| | |
* | | | | Revert "Revert "Remove debugging and skip InputMethod windows""Olawale Ogunwale2015-05-281-5/+7
|/ / / /
* | | | Don't leak starting window when app crashes before adding windowsWale Ogunwale2015-05-241-18/+12
* | | | Revert "resolved conflicts for merge of 47249f2a to mnc-dev"Dianne Hackborn2015-05-221-3/+1
* | | | resolved conflicts for merge of 47249f2a to mnc-devFilip Gruszczynski2015-05-201-1/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | am cb89ac84: Merge "Support for devices with a chin." into cw-d-mr1-devFilip Gruszczynski2015-05-201-1/+3
| |\ \ | | |/
| | * Support for devices with a chin.Filip Gruszczynski2015-05-201-1/+3
* | | Fixed that touches where incorrectly consumed when fullscreenSelim Cinek2015-05-201-23/+12
* | | Merge "Don't recreate the surface unnecessarily" into mnc-devJohn Reck2015-05-191-4/+7
|\ \ \
| * | | Don't recreate the surface unnecessarilyJohn Reck2015-05-191-4/+7
* | | | Merge "Send AppTransitionFinish notification when there was no animation" int...Wale Ogunwale2015-05-191-41/+32
|\ \ \ \
| * | | | Send AppTransitionFinish notification when there was no animationWale Ogunwale2015-05-141-41/+32
* | | | | Migrate uses of config_windowIsRound to Configuration.isScreenRoundAdam Powell2015-05-181-2/+1
* | | | | Add Configuration data for round displaysAdam Powell2015-05-181-0/+5
| |/ / / |/| | |
* | | | Make return of screenshotApplications an ashmem immutable bitmap.Riley Andrews2015-05-181-4/+3
* | | | Use the correct parent size to initialize animationstiger_huang2015-05-151-0/+1
|/ / /
* | | Merge "Don't stop animation when starting windows app token changes" into mnc...Wale Ogunwale2015-05-141-59/+46
|\ \ \
| * | | Don't stop animation when starting windows app token changesWale Ogunwale2015-05-131-59/+46