summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManagerPolicy.java
Commit message (Expand)AuthorAgeFilesLines
* Formalize overscan metrics.Dianne Hackborn2013-02-221-1/+12
* Create rotation animation modes.Craig Mautner2013-02-221-0/+27
* Implement display overscan support.Dianne Hackborn2013-02-191-0/+6
* App ops: track system windows, monitoring changes.Dianne Hackborn2013-02-061-2/+4
* App ops: vibration, neighboring cells, dialing, etc.Dianne Hackborn2013-02-011-0/+10
* Adding UI test automation APIs.Svetoslav Ganov2013-01-221-0/+10
* Move app transition constantsCraig Mautner2013-01-071-50/+8
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-141-0/+19
* Refactoring of the screen magnification feature.Svetoslav Ganov2012-12-031-8/+0
* Add mechanism to kick keyguard to show the assistantJim Miller2012-11-081-0/+6
* Merge "Add flag for displaying non-user's Windows to user." into jb-mr1-devCraig Mautner2012-10-051-0/+10
|\
| * Add flag for displaying non-user's Windows to user.Craig Mautner2012-10-051-0/+10
* | Coordinate screen on with the window manager.Jeff Brown2012-10-051-7/+2
* | Plumbing to allow keyguard to be shown with user switcher (issue 7175023)Adam Cohen2012-10-041-1/+2
|/
* Fix deadlock in LockPatternUtils by using local id.Craig Mautner2012-09-191-1/+9
* Screen magnification - feature - framework.Svetoslav Ganov2012-09-061-0/+8
* Limit certain actions to default Display.Craig Mautner2012-09-051-6/+14
* Minor refactors.Craig Mautner2012-09-021-8/+9
* Add factory test feature to shut off on long press power.Jeff Brown2012-08-201-2/+2
* Refactor for multi-display support.Jeff Brown2012-08-191-3/+3
* Power manager rewrite.Jeff Brown2012-08-151-31/+3
* We can now (kind-of) change screen density on the fly.Dianne Hackborn2012-08-031-1/+1
* Use two fingers to work some magic...Dianne Hackborn2012-06-251-1/+8
* Capture window manager's last ANR state in bug report.Jeff Brown2012-06-171-3/+1
* Add support for switching between multiple keyboard layouts.Jeff Brown2012-05-201-0/+6
* Merge "Implement new window cropping." into jb-devDianne Hackborn2012-05-131-14/+17
|\
| * Implement new window cropping.Dianne Hackborn2012-05-131-14/+17
* | Move power HAL interactions to PowerManagerService.Jeff Brown2012-05-111-0/+3
|/
* Disable input dispatch until boot finished.Jeff Brown2012-05-081-1/+1
* Merge "DO NOT MERGE : Backport I5723f627ce323b0d12b Reduce window resizing du...satok2012-05-021-0/+7
|\
| * DO NOT MERGE : Backport I5723f627ce323b0d12b Reduce window resizing during IM...satok2012-05-021-0/+7
* | Merge "Improve handling of built-in keyboard." into jb-devJeff Brown2012-05-011-1/+11
|\ \ | |/ |/|
| * Improve handling of built-in keyboard.Jeff Brown2012-05-011-1/+11
* | Add system insets to windows.Dianne Hackborn2012-04-301-4/+20
|/
* Clean up lock screen hide animation.Dianne Hackborn2012-04-121-1/+1
* New Android Dreams architecture, disabled for now.Daniel Sandler2012-04-091-0/+25
* Move some APIs from window manager to input manager.Jeff Brown2012-04-051-2/+16
* Clean up status bar, system bar, navigation bar management.Dianne Hackborn2012-04-041-4/+9
* Extract code from performLayoutAndPlaceSurfacesInnerLocked() into multiple me...Craig Mautner2012-02-061-8/+4
* am ab9601cd: am 230a7092: Merge "Fix 5863053: Add method to lock screen immed...Jim Miller2012-01-201-0/+5
|\
| * Merge "Fix 5863053: Add method to lock screen immediately." into ics-mr1Jim Miller2012-01-181-0/+5
| |\
| | * Fix 5863053: Add method to lock screen immediately.Jim Miller2012-01-171-0/+5
* | | am 10065177: am 2e282f35: Merge "Fix issue #5823276: home repaints after full...Dianne Hackborn2012-01-131-0/+5
|\ \ \ | |/ /
| * | Fix issue #5823276: home repaints after full-screen app is exitedDianne Hackborn2012-01-121-0/+5
| |/
* | am 0be53567: am 19a06fe9: Merge "Fix issue #5755172: Soft menu key disappears...Dianne Hackborn2011-12-131-0/+8
|\ \ | |/
| * Fix issue #5755172: Soft menu key disappears when menu is openDianne Hackborn2011-12-131-0/+8
* | Refactor InputQueue as InputEventReceiver.Jeff Brown2011-12-011-1/+2
|/
* Add hasNavigationBar() to the window manager.Daniel Sandler2011-10-191-0/+5
* DO NOT MERGE. Improve screenshot chord debouncing.Jeff Brown2011-10-121-9/+11
* Fix how we hide and show the nav bar.Dianne Hackborn2011-10-071-1/+41