summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewRootImpl.java
Commit message (Expand)AuthorAgeFilesLines
* Make notification panel delete-all animation smootherChet Haase2011-10-181-0/+36
* 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
* | Merge "Report the external display size to the input reader."Jeff Brown2011-07-271-4/+8
|\ \ | |/ |/|
| * Report the external display size to the input reader.Jeff Brown2011-07-251-4/+8
* | Make sure we have a current EGL context when invoking EGLRomain Guy2011-07-261-0/+1
|/
* I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-181-0/+4670