summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/WindowManager.java
Commit message (Expand)AuthorAgeFilesLines
* Add more WindowManager flags to ViewDebug.Daniel Sandler2010-04-021-0/+8
* Add window flags and window types to hierarchyviewer.Joe Onorato2010-03-251-0/+47
* Fix build: javadoc @link pointers need HTML-style #refnameChristopher Tate2010-01-291-1/+1
* Support for triggering the lockscreen while the screen is on:Mike Lockwood2010-01-291-0/+6
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-6/+6
* Add window manager support for overriding button and keyboard backlight values.Mike Lockwood2009-11-231-2/+39
* Fix issue #2242440: Window screen brightness attribute is brokenDianne Hackborn2009-11-081-5/+5
* A variety of work on animations.Dianne Hackborn2009-09-251-0/+7
* Various fixes and improvements to window, activity.Dianne Hackborn2009-09-221-1/+17
* Implement issue #1780928: Need support hiding nav keys.Dianne Hackborn2009-09-151-0/+6
* Surface::GPU and Surface::HARDWARE are now deprecated; they will be set autom...Mathias Agopian2009-08-131-4/+8
* Very primitive wallpapers in a surface.Dianne Hackborn2009-08-081-3/+16
* cast is floor. Use round instead.Mitsuru Oshima2009-07-211-4/+4
* * Reverted the change in PackageParser that I checked by accidentMitsuru Oshima2009-07-191-8/+1
* * Use Fede In/Out animation if one of opening/closing apps is in compatibili...Mitsuru Oshima2009-07-171-0/+3
* Re-implementation of large screen support using window manager.Mitsuru Oshima2009-07-081-1/+9
* * new screen resolution support impl.Mitsuru Oshima2009-06-231-5/+10
* Fixes #1933585. Don't dismiss ACTV's drop down when it's set to alwaysVisible.Romain Guy2009-06-221-1/+1
* resolution support fix/improvementMitsuru Oshima2009-06-101-25/+38
* Add new window manager type for a hacking second-level media surface.Dianne Hackborn2009-05-211-0/+9
* Add a new window flag to display a window when keyguard is shown.Suchi Amalapurapu2009-05-181-0/+9
* fix window layout problem in ViewRootMitsuru Oshima2009-05-141-1/+25
* AI 147976: Compatibility mode support. Part 2.Mitsuru Oshima2009-04-281-1/+1
* AI 147845: Compatibility mode support. Part 1Mitsuru Oshima2009-04-271-1/+14
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+959
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-959/+0
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-4/+26
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-1/+1
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+23
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-13/+40
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-13/+209
* Initial ContributionThe Android Open Source Project2008-10-211-0/+693