summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix issue #5588689: Black camera preview after coming back from gmail"...Dianne Hackborn2011-11-281-6/+6
|\
| * Fix issue #5588689: Black camera preview after coming back from gmailDianne Hackborn2011-11-281-6/+6
* | Fix flashing wifi dialog after rotating back from landscape.Chet Haase2011-11-281-13/+14
|/
* Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-0/+7
* Terminate EGL when an app goes in the backgroundRomain Guy2011-11-101-3/+1
* Improve Launcher drag performance.Chet Haase2011-11-041-6/+99
* Fixing a memory leak in accessibility enteraction APIs.Svetoslav Ganov2011-10-281-11/+15
* Merge "Typo in ViewRootImpl"Gilles Debunne2011-10-201-4/+4
|\
| * Typo in ViewRootImplGilles Debunne2011-10-191-4/+4
* | am 87bc53de: Merge "Make notification panel delete-all animation smoother" in...Chet Haase2011-10-181-0/+36
|\ \
| * | Make notification panel delete-all animation smootherChet Haase2011-10-181-0/+36
| |/
* | Disable hardware acceleration for apps in compatibility modeRomain Guy2011-10-141-7/+7
|/
* Merge "Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself imm...Dianne Hackborn2011-10-061-15/+50
|\
| * Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediatelyDianne Hackborn2011-10-061-15/+50
* | Fix issue #5384631: hw windows not resizing correctlyChet Haase2011-10-061-9/+9
|/
* Merge "The logic for not populating text to some accessibility events is sca...Svetoslav Ganov2011-10-031-12/+1
|\
| * The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov2011-09-301-12/+1
* | Accessibility services cannot obtain the source of an event coming from a roo...Svetoslav Ganov2011-10-031-24/+4
|/
* Fix issue #5300880: setSystemUiVisibility() always triggers a surface realloc...Dianne Hackborn2011-09-151-1/+0
* Update the public APIs for finding views by text to optionally use content de...Svetoslav Ganov2011-09-141-1/+2
* Fix issue #5309443: Ninjump crashes on boot with...Dianne Hackborn2011-09-131-0/+13
* Merge "Not visible view should not be announced or interacted with."Svetoslav Ganov2011-09-071-13/+16
|\
| * Not visible view should not be announced or interacted with.Svetoslav Ganov2011-09-071-13/+16
* | Add end functionality to LayoutTransitionChet Haase2011-09-071-7/+13
* | Merge "Fix issue with LayoutTransition on non-visible windows."Chet Haase2011-09-061-11/+7
|\ \
| * | Fix issue with LayoutTransition on non-visible windows.Chet Haase2011-09-061-11/+7
| |/
* | Don't destroy a window's buffers when moving itRomain Guy2011-09-061-2/+14
|/
* Merge "Fix issue #5150899: Call activity takes 15MB we never get back."Dianne Hackborn2011-09-021-15/+24
|\
| * Fix issue #5150899: Call activity takes 15MB we never get back.Dianne Hackborn2011-09-021-15/+24
* | Fix artifact with LayoutTransitions on disappearing window.Chet Haase2011-09-021-0/+5
|/
* Merge "Dispatch onDetachedFromWindow before destroying everything Bug #5245686"Romain Guy2011-09-011-4/+9
|\
| * Dispatch onDetachedFromWindow before destroying everythingRomain Guy2011-09-011-4/+9
* | Fix input channel leak.Jeff Brown2011-08-301-14/+18
|/
* Prevent crash in VPN settingsRomain Guy2011-08-261-1/+1
* Merge "Intra-process view hierarchy interrogation does not work."Svetoslav Ganov2011-08-251-16/+66
|\
| * Intra-process view hierarchy interrogation does not work.Svetoslav Ganov2011-08-241-16/+66
* | Merge "Fix to show the correct HW accel background in the preview window."Dianne Hackborn2011-08-241-1/+7
|\ \
| * | Fix to show the correct HW accel background in the preview window.Dianne Hackborn2011-08-241-1/+7
| |/
* | Fix issue #5050039: Launcher is sometimes rendering underneath the system/sta...Dianne Hackborn2011-08-241-72/+69
|/
* <blink/> is not an acceptable default behavior.Romain Guy2011-08-121-1/+3
* Fix issue #5016544: IME keyboard hides folder rename text field.Dianne Hackborn2011-08-091-1/+1
* Don't draw more than what we need.Romain Guy2011-08-081-1/+1
* Destroy the EGL surface when the ViewRootImpl surface is invalidRomain Guy2011-08-031-1/+6
* Properly cancel pending buffers on window size changeRomain Guy2011-08-021-1/+1
* Various work on out of memory managment.Dianne Hackborn2011-07-291-1/+2
* Don't create hw layers when there's no hw context.Romain Guy2011-07-281-3/+7
* Merge "Reclaim more memory, more often."Romain Guy2011-07-271-7/+46
|\
| * Reclaim more memory, more often.Romain Guy2011-07-271-7/+46
* | Merge "Destroy layers and flush layers cache when a window is destroyed."Romain Guy2011-07-271-1/+8
|\ \ | |/
| * Destroy layers and flush layers cache when a window is destroyed.Romain Guy2011-07-271-1/+8