summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Handle animations in Views' rectangle clipping methods.Gilles Debunne2011-12-011-18/+31
* Merge "Ensure we have an EGL context when building layers Bug #5638421" into ...Romain Guy2011-11-221-1/+5
|\
| * Ensure we have an EGL context when building layersRomain Guy2011-11-211-1/+5
* | Notify views when EGL resources are about to be destroyedRomain Guy2011-11-211-1/+20
|/
* Text selection AccessibilityEvents are missing text.Svetoslav Ganov2011-11-181-1/+2
* Revert "Discard framebuffer rendering queues when discarding layers"Dave Burke2011-11-141-17/+2
* Discard framebuffer rendering queues when discarding layersRomain Guy2011-11-101-2/+17
* Fix bug 5581874 - Animated drawables don't start as expectedAdam Powell2011-11-101-4/+12
* Merge "Accessibility window query APIs should respect root name space." into ...Svetoslav Ganov2011-11-021-4/+6
|\
| * Accessibility window query APIs should respect root name space.Svetoslav Ganov2011-10-311-4/+6
* | Some optimizations.Dianne Hackborn2011-11-011-87/+149
|/
* Add content description setter to RemoteViewsSvetoslav Ganov2011-10-181-0/+1
* Merge "Return early when we cannot allocate a hardware layer Bug #5462308"Romain Guy2011-10-171-0/+12
|\
| * Return early when we cannot allocate a hardware layerRomain Guy2011-10-171-0/+12
* | Merge "docs: a couple notes for a11y methods in View and cleanup to the A11y ...Scott Main2011-10-141-20/+22
|\ \
| * | docs: a couple notes for a11y methods in View and cleanup to theScott Main2011-10-141-20/+22
| |/
* | Merge "docs: add developer guide cross-references, Project ACRE, Round 2" int...Joe Fernandez2011-10-141-3/+15
|\ \
| * | docs: add developer guide cross-references, Project ACRE, Round 2Joe Fernandez2011-10-141-3/+15
| |/
* | Break apart DISABLE_HOME and DISABLE_RECENT.Daniel Sandler2011-10-131-5/+25
|/
* Merge "Accessibility text changed event text not populated."Svetoslav Ganov2011-10-101-1/+2
|\
| * Accessibility text changed event text not populated.Svetoslav Ganov2011-10-101-1/+2
* | Make sure we have the correct GL context when grabbing a bitmapRomain Guy2011-10-101-0/+8
|/
* Merge "Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself imm...Dianne Hackborn2011-10-061-2/+28
|\
| * Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediatelyDianne Hackborn2011-10-061-2/+28
* | Merge "Fixing errors in position information of scrollable views reported for...Svetoslav Ganov2011-10-061-17/+7
|\ \
| * | Fixing errors in position information of scrollable views reported for access...Svetoslav Ganov2011-10-061-17/+7
| |/
* | Fix issue #5367164: memory leak in LayoutTransitionChet Haase2011-10-061-1/+3
|/
* Merge "docs: add developer guide cross-references, Project ACRE"Joe Fernandez2011-10-041-14/+4
|\
| * docs: add developer guide cross-references, Project ACREJoe Fernandez2011-10-041-14/+4
* | Merge "The logic for not populating text to some accessibility events is sca...Svetoslav Ganov2011-10-031-7/+20
|\ \
| * | The logic for not populating text to some accessibility events is scattered.Svetoslav Ganov2011-09-301-7/+20
| |/
* | Accessibility services cannot obtain the source of an event coming from a roo...Svetoslav Ganov2011-10-031-0/+33
|/
* TextureView works best when it draws stuff.Romain Guy2011-09-291-0/+9
* Don't build display lists for views with a layer.Romain Guy2011-09-281-0/+1
* Merge "Scroll accessibility events should not populate text."Svetoslav Ganov2011-09-231-0/+6
|\
| * Scroll accessibility events should not populate text.Svetoslav Ganov2011-09-221-0/+6
* | Remove unnecessary parameterAdam Powell2011-09-231-3/+3
* | Fix leaky view tagsAdam Powell2011-09-221-33/+8
* | Revert "Allow views to setSystemUiVisibility() with the same value and have i...Daniel Sandler2011-09-211-7/+5
|/
* Update the public APIs for finding views by text to optionally use content de...Svetoslav Ganov2011-09-141-3/+34
* Fix bug 5297302 - Remember to release surface after starting dragChristopher Tate2011-09-121-0/+4
* Fix problems where we were allocating TypedArray when not needed.Dianne Hackborn2011-09-121-5/+5
* Merge "Adding accessibility delegate mechanism for backwards compatibility su...Svetoslav Ganov2011-09-121-8/+344
|\
| * Adding accessibility delegate mechanism for backwards compatibility support.Svetoslav Ganov2011-09-121-8/+344
* | Merge "Fix 5266335: bad DIRTY/invalidation logic"Chet Haase2011-09-111-0/+4
|\ \
| * | Fix 5266335: bad DIRTY/invalidation logicChet Haase2011-09-111-0/+4
| |/
* | Go faster!!!!Romain Guy2011-09-091-5/+13
* | Merge "Pull animation attributes out of main view class."Dianne Hackborn2011-09-091-232/+320
|\ \
| * | Pull animation attributes out of main view class.Dianne Hackborn2011-09-091-232/+320
| |/
* | Save/restore display lists' canvas properlyRomain Guy2011-09-081-0/+4
|/