summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge "Code cleaning"Fabrice Di Meglio2011-09-071-3/+0
|\
| * Code cleaningFabrice Di Meglio2011-09-071-3/+0
* | Fix buildAdam Powell2011-09-071-1/+2
|/
* Merge "Hide RTL related APIs"Fabrice Di Meglio2011-09-071-0/+13
|\
| * Hide RTL related APIsFabrice Di Meglio2011-09-071-0/+13
* | Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics"Fabrice Di Meglio2011-09-061-12/+2
|\ \
| * | Fix bug #5262565 Need to remove CharCount TextDirectionHeuristicsFabrice Di Meglio2011-09-061-12/+2
| |/
* | Prevent crash in View.createSnapshot if getResources() returns nullRomain Guy2011-09-061-1/+4
|/
* Merge "Prevent a leak when using View.postInvalidate(left, top, right, bottom)"Romain Guy2011-09-011-1/+1
|\
| * Prevent a leak when using View.postInvalidate(left, top, right, bottom)Romain Guy2011-09-011-1/+1
* | Merge "Code cleaning"Fabrice Di Meglio2011-09-011-5/+0
|\ \
| * | Code cleaningFabrice Di Meglio2011-08-311-5/+0
| |/
* | Accessibility hover events are fired if hover otside of modal window.Svetoslav Ganov2011-08-311-14/+20
* | Fixed bug with invalidation in top-level Views.Chet Haase2011-08-291-0/+2
* | Fixed error in invalidation/LayoutTransition logicChet Haase2011-08-261-14/+23
|/
* Merge "Optimize display lists"Romain Guy2011-08-251-4/+0
|\
| * Optimize display listsRomain Guy2011-08-251-4/+0
* | Fix issue with views becoming visible with stale content.Chet Haase2011-08-241-3/+3
* | Merge "Improve TextDirection resolution"Fabrice Di Meglio2011-08-221-1/+2
|\ \
| * | Improve TextDirection resolutionFabrice Di Meglio2011-08-191-1/+2
* | | Fix invalidation bug with INVISIBLE views.Chet Haase2011-08-221-0/+20
| |/ |/|
* | Merge "Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used"Fabrice Di Meglio2011-08-171-0/+5
|\ \ | |/
| * Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more usedFabrice Di Meglio2011-08-171-0/+5
* | Merge "Allow views to setSystemUiVisibility() with the same value and have it...Daniel Sandler2011-08-171-5/+7
|\ \
| * | Allow views to setSystemUiVisibility() with the same value and have it work.Daniel Sandler2011-08-171-5/+7
* | | Find next focus id from inside-out.Jeff Brown2011-08-151-10/+51
| |/ |/|
* | Merge "Fix bug 5159596 - Slider grabs touch point when trying to scroll a list"Adam Powell2011-08-151-9/+15
|\ \
| * | Fix bug 5159596 - Slider grabs touch point when trying to scroll a listAdam Powell2011-08-141-9/+15
* | | Merge "Change Preferences padding to match UI spec."Jeff Sharkey2011-08-141-0/+6
|\ \ \ | |/ / |/| |
| * | Change Preferences padding to match UI spec.Jeff Sharkey2011-08-111-0/+6
* | | Document threading limitations on various View methodsRomain Guy2011-08-111-13/+34
|/ /
* | Clear the bitmap from the canvas in a lot of places.Dianne Hackborn2011-08-021-1/+2
* | Merge "Allow Canvas.setBitmap() to receive a null Bitmap."Romain Guy2011-08-011-0/+1
|\ \
| * | Allow Canvas.setBitmap() to receive a null Bitmap.Romain Guy2011-08-011-0/+1
* | | Merge "Tweak hover for better accessibility and compatibility. Bug: 5087943"Jeff Brown2011-08-011-22/+26
|\ \ \ | |/ / |/| |
| * | Tweak hover for better accessibility and compatibility.Jeff Brown2011-07-281-22/+26