summaryrefslogtreecommitdiff
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Views with node providers are important for accessibility in auto mode.Svetoslav Ganov2012-07-191-1/+2
* Fix padding resolutionFabrice Di Meglio2012-07-181-50/+37
* Add View#generateViewId; make RadioGroup use itAdam Powell2012-07-181-0/+21
* Removing a workaround for incorrect window position on window move.Svetoslav Ganov2012-07-161-38/+0
* Merge "Remove redundant computeScroll() call for hw-accelerated views"Chet Haase2012-07-131-5/+8
|\
| * Remove redundant computeScroll() call for hw-accelerated viewsChet Haase2012-07-121-5/+8
* | Merge "Remove obsolete optimization"Romain Guy2012-07-121-2/+1
|\ \
| * | Remove obsolete optimizationRomain Guy2012-07-121-2/+1
* | | Remove unused View.flushLayer() APIRomain Guy2012-07-111-31/+26
|/ /
* | Update View's opacity when changing the background colorRomain Guy2012-07-111-0/+1
* | Merge "Update layers' opaque property when needed"Romain Guy2012-07-111-3/+20
|\ \
| * | Update layers' opaque property when neededRomain Guy2012-07-111-3/+20
| |/
* | Merge "Notify client side of window movement."Craig Mautner2012-07-101-6/+6
|\ \
| * | Notify client side of window movement.Craig Mautner2012-06-301-6/+6
* | | Merge "Make ScrollBar widget aware of layout direction"Fabrice Di Meglio2012-07-101-3/+7
|\ \ \
| * | | Make ScrollBar widget aware of layout directionFabrice Di Meglio2012-06-221-3/+7
* | | | Merge "Improve resolution of inherited layout direction"Fabrice Di Meglio2012-07-101-9/+12
|\ \ \ \
| * | | | Improve resolution of inherited layout directionFabrice Di Meglio2012-06-271-9/+12
| |/ / /
* | | / AccessibilityNodeInfo bounds in screen incorrect if application scale not one...Svetoslav Ganov2012-07-091-3/+0
| |_|/ |/| |
* | | Merge "AccessibilityNodeInfo bounds in screen incorrect if application scale ...Svetoslav Ganov2012-07-031-0/+4
|\ \ \
| * | | AccessibilityNodeInfo bounds in screen incorrect if application scale not one.Svetoslav Ganov2012-07-031-0/+4
* | | | Merge "Remove the accessibility focus search code."Svetoslav Ganov2012-07-031-231/+4
|\ \ \ \
| * | | | Remove the accessibility focus search code.Svetoslav Ganov2012-07-021-231/+4
| |/ / /
* / / / AnnounceForAccessibility is broken for any view that has a ContentDescription.Svetoslav Ganov2012-07-021-2/+4
|/ / /
* | / Removing setChildrenLayersEnabledMichael Jurka2012-06-281-4/+2
| |/ |/|
* | am c34188a9: resolved conflicts for merge of f8f76d52 to jb-dev-plus-aospJean-Baptiste Queru2012-06-231-0/+12
|\ \
| * \ resolved conflicts for merge of f8f76d52 to jb-dev-plus-aospJean-Baptiste Queru2012-06-231-0/+12
| |\ \
| | * | Add the possibility to modify the View focus rectTobias Dubois2012-06-051-0/+12
* | | | am 45c4a8df: am ec7c7ebf: Merge "API for finding accessibility focus in virtu...Svetoslav Ganov2012-06-181-28/+3
|\| | |
| * | | API for finding accessibility focus in virtual tree not needed.Svetoslav Ganov2012-06-171-28/+3
* | | | am 11832db4: am 531d5866: Merge "Accessibility focus search and setting it fr...Svetoslav Ganov2012-06-181-3/+41
|\| | |
| * | | Accessibility focus search and setting it from hover are performed by the cli...Svetoslav Ganov2012-06-151-3/+41
* | | | am 5d15f40a: am f372e331: Merge "NPE when iterating by character and word in ...Svetoslav Ganov2012-06-121-2/+4
|\| | | | |_|/ |/| |
| * | NPE when iterating by character and word in Launcher widgets.Svetoslav Ganov2012-06-111-2/+4
* | | am 8114f439: am ddbcce81: Merge "Cannot interact with dialogs when IME is up ...Svetoslav Ganov2012-06-071-0/+39
|\| |
| * | Cannot interact with dialogs when IME is up and on not touch explored popups.Svetoslav Ganov2012-06-071-0/+39
* | | am cf27a374: am 538252cd: Merge "Removing leftover code to sync accessibility...Svetoslav Ganov2012-06-061-2/+0
|\| |
| * | Merge "Removing leftover code to sync accessibility and input focus." into jb...Svetoslav Ganov2012-06-061-2/+0
| |\ \
| | * | Removing leftover code to sync accessibility and input focus.Svetoslav Ganov2012-06-051-2/+0
* | | | am f1abc425: am cab5b8a9: Merge "Nodes with contentDescription should always ...Svetoslav Ganov2012-06-051-1/+5
|\| | |
| * | | Nodes with contentDescription should always be important for accessibility.Svetoslav Ganov2012-06-051-1/+5
* | | | am 7c54ef9a: am 14f73a02: Merge "Restore opaque alpha value when AlphaAnimati...Chet Haase2012-06-051-15/+36
|\| | |
| * | | Restore opaque alpha value when AlphaAnimation finishesChet Haase2012-06-051-15/+36
* | | | am b25605cd: am 72d6835c: Merge "Accessibility focus should not clear selecti...Svetoslav Ganov2012-06-051-3/+0
|\| | |
| * | | Accessibility focus should not clear selection when taken away.Svetoslav Ganov2012-06-041-3/+0
* | | | Merge "Revert "Revert "Clean up layout direction APIs for Drawable"""Fabrice Di Meglio2012-06-041-8/+35
|\ \ \ \
| * | | | Revert "Revert "Clean up layout direction APIs for Drawable""Fabrice Di Meglio2012-06-041-8/+35
* | | | | am 40404f43: am cba5e879: Merge "Calling the correct method when adding acces...Svetoslav Ganov2012-06-021-4/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * / / Calling the correct method when adding accessibility focusables.Svetoslav Ganov2012-06-011-4/+1
| |/ /
* | | Revert "Clean up layout direction APIs for Drawable"Jean-Baptiste Queru2012-06-021-35/+8