summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRoot.java
Commit message (Expand)AuthorAgeFilesLines
* Fix 3201849: Enable hardware acceleration in LockScreen WaveView [DO NOT MERGE]Jim Miller2011-03-101-5/+11
* Fix issue #3515088: Don't be so aggressive trying to reclaim memoryDianne Hackborn2011-03-071-7/+3
* Fix issue #3485923: Gmail crashDianne Hackborn2011-03-021-8/+58
* Fix issue #3495749: Crash on choosing to open the downloaded imagesDianne Hackborn2011-03-011-44/+59
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-31/+21
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-3/+10
* am f1a9ab26: am d23316bc: Merge "Maybe fix issue #3358322: Status and nav bar...Dianne Hackborn2011-01-271-0/+2
|\
| * Merge "Maybe fix issue #3358322: Status and nav bar died while watching youtu...Dianne Hackborn2011-01-271-0/+2
| |\
| | * Maybe fix issue #3358322: Status and nav bar died while watching youtubeDianne Hackborn2011-01-271-0/+2
* | | am 01a58129: am 0250bc2f: Merge "Catch exception when ViewRoot\'s surface is ...Romain Guy2011-01-271-0/+1
|\ \ \ | |/ /
| * | Catch exception when ViewRoot's surface is not valid.Romain Guy2011-01-271-0/+1
| |/
* | am f35d43f9: am 2dc9c784: Merge "Fix issue #3382992: IME close animation stut...Dianne Hackborn2011-01-261-0/+1
|\ \ | |/
| * Merge "Fix issue #3382992: IME close animation stutters from URL bar" into ho...Dianne Hackborn2011-01-261-0/+1
| |\
| | * Fix issue #3382992: IME close animation stutters from URL barDianne Hackborn2011-01-261-0/+1
* | | am a4a5ec5e: am 1aadb210: Merge changes I48392c75,Id09437a4,I4a0aa878 into ho...Joe Onorato2011-01-261-4/+10
|\ \ \ | |/ /
| * | Expose the window flags for lights out mode.Joe Onorato2011-01-261-4/+10
| |/
* | am 5742a277: am b6110a1e: Merge "Make sure the opaque bitmap is opaque. GL do...Romain Guy2011-01-251-1/+7
|\ \ | |/
| * Make sure the opaque bitmap is opaque. GL doesn't like being lied to.Romain Guy2011-01-251-1/+7
* | am 391ef42c: am 3168a137: Merge "Fix surface frame size reporting." into hone...Jeff Brown2011-01-251-0/+1
|\ \ | |/
| * Merge "Fix surface frame size reporting." into honeycombJeff Brown2011-01-251-0/+1
| |\
| | * Fix surface frame size reporting.Jeff Brown2011-01-251-0/+1
* | | am 535602fe: am 3ac1b0f0: Merge "Prevent crash in View when gathering attribu...Romain Guy2011-01-251-1/+1
|\ \ \ | |/ /
| * | Prevent crash in View when gathering attributes without an AttachInfo.Romain Guy2011-01-251-1/+1
| |/
* | am 4e1db6da: am 2ff6d705: Merge "Enable partial invalidates when rendering wi...Romain Guy2011-01-241-3/+12
|\ \ | |/
| * Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-241-3/+12
* | am 2acb67ec: am 67005b05: Merge "Use optimized display lists for all hwaccele...Chet Haase2011-01-241-1/+1
|\ \ | |/
| * Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-241-1/+1
* | resolved conflicts for merge of faf083ef to masterJoe Onorato2011-01-241-5/+32
|\ \ | |/
| * visibility ("lights out") API.Joe Onorato2011-01-231-4/+31
* | am 11a5d424: am b149f5c8: Merge "Fix issue #3302006: Cannot see the dialog lu...Dianne Hackborn2011-01-231-1/+1
|\ \ | |/
| * Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.Dianne Hackborn2011-01-221-1/+1
* | am 10444a13: am 596ba2fa: Merge "Correctly invalidate views that transition f...Romain Guy2011-01-211-2/+4
|\ \ | |/
| * Correctly invalidate views that transition from opaque to non-opaque.Romain Guy2011-01-211-2/+4
* | am 9424bfa9: am 7fb8b565: Include the local state obj in ACTION_DRAG_STARTED ...Christopher Tate2011-01-201-3/+4
|\ \ | |/
| * Include the local state obj in ACTION_DRAG_STARTED eventsChristopher Tate2011-01-201-3/+4
* | am cff27e52: am c8219299: Merge "Remove unnecessary code." into honeycombRomain Guy2011-01-201-7/+7
|\ \ | |/
| * Remove unnecessary code.Romain Guy2011-01-201-7/+7
* | am 714066d8: am 5383d077: Merge "Fix a couple of drag & drop crashes" into ho...Christopher Tate2011-01-191-0/+1
|\ \ | |/
| * Fix a couple of drag & drop crashesChristopher Tate2011-01-191-0/+1
* | am 3e4f4b88: am 064f6ad3: Merge "Recreate the EGL surface when ViewRoot\'s su...Romain Guy2011-01-181-0/+5
|\ \ | |/
| * Recreate the EGL surface when ViewRoot's surface changes.Romain Guy2011-01-181-0/+5
* | Merge "Add joystick support to framework."Jeff Brown2011-01-171-6/+114
|\ \ | |/ |/|
| * Add joystick support to framework.Jeff Brown2011-01-171-6/+114
* | Merge "Support non-rectangular input regions." into honeycombJeff Brown2011-01-161-13/+23
|\ \
| * | Support non-rectangular input regions.Jeff Brown2011-01-161-13/+23
| |/
* | Don't dispatchDetachedFromWindow() if the View was not attached.Romain Guy2011-01-161-1/+1
|/
* Move the main thread check to the appropriate place.Romain Guy2011-01-131-7/+7
* Only enable GL rendering on the main thread.Romain Guy2011-01-121-1/+8
* Better logging of out of memory errors in OpenGLRenderer.Romain Guy2011-01-101-5/+0
* Don't enable hardware acceleration when the app owns the surface.Romain Guy2011-01-051-2/+6