summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Re-enabling DisplayList propertiesChet Haase2012-03-271-13/+30
* Merge "Improve View layoutDirection resolution"Fabrice Di Meglio2012-03-261-16/+12
|\
| * Improve View layoutDirection resolutionFabrice Di Meglio2012-03-231-16/+12
* | Merge "Fix View textDirection refresh"Fabrice Di Meglio2012-03-261-6/+4
|\ \
| * | Fix View textDirection refreshFabrice Di Meglio2012-03-261-6/+4
| |/
* | Merge "Destroy the hardware renderer when ViewRootImpl's die is post-poned Bu...Romain Guy2012-03-231-5/+6
|\ \ | |/ |/|
| * Destroy the hardware renderer when ViewRootImpl's die is post-ponedRomain Guy2012-03-231-5/+6
* | Merge "Reduce memory footprint for View (part 2)"Fabrice Di Meglio2012-03-231-105/+199
|\ \ | |/ |/|
| * Reduce memory footprint for View (part 2)Fabrice Di Meglio2012-03-221-105/+199
* | Disable DisplayList propertiesChet Haase2012-03-221-1/+1
* | Merge "Fix Animation bugs from DisplayList properties integration"Chet Haase2012-03-211-12/+8
|\ \
| * | Fix Animation bugs from DisplayList properties integrationChet Haase2012-03-211-12/+8
* | | Merge "Reduce memory footprint for View"Fabrice Di Meglio2012-03-201-79/+87
|\ \ \ | |/ / |/| / | |/
| * Reduce memory footprint for ViewFabrice Di Meglio2012-03-201-79/+87
* | Enable DisplayList propertiesChet Haase2012-03-191-1/+1
* | Merge "Optimizing DisplayList properties"Chet Haase2012-03-161-92/+130
|\ \
| * | Optimizing DisplayList propertiesChet Haase2012-03-161-92/+130
* | | Better implementation to clear display listsRomain Guy2012-03-151-4/+8
* | | Merge "Postpone DisplayList recycling when detached from window"Romain Guy2012-03-151-1/+1
|\ \ \ | |/ / |/| |
| * | Postpone DisplayList recycling when detached from windowRomain Guy2012-03-151-1/+1
* | | Merge "Fix bug with transform Animations"Chet Haase2012-03-151-1/+1
|\ \ \ | |/ / |/| |
| * | Fix bug with transform AnimationsChet Haase2012-03-151-1/+1
* | | Merge "Fix hardware layer redraw bug"Michael Jurka2012-03-131-2/+2
|\ \ \ | |/ / |/| |
| * | Fix hardware layer redraw bugMichael Jurka2012-03-131-2/+2
* | | Handle view properties at the native levelChet Haase2012-03-121-62/+265
* | | Improve View Javadoc for paddingFabrice Di Meglio2012-03-121-9/+10
| |/ |/|
* | Merge "Make Gravity RTL APIs public"Fabrice Di Meglio2012-03-121-2/+2
|\ \ | |/ |/|
| * Make Gravity RTL APIs publicFabrice Di Meglio2012-03-091-2/+2
* | Merge "Fix obvious typos under frameworks/base/core"Ken Wakasa2012-03-091-3/+3
|\ \
| * | Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-3/+3
* | | Merge "Don't remove all animation callbacks if action/who was null."Jeff Brown2012-03-091-8/+10
|\ \ \
| * | | Don't remove all animation callbacks if action/who was null.Jeff Brown2012-03-091-8/+10
| |/ /
* | | Merge "Adding an announcement type accessibility event and a method on View t...Svetoslav Ganov2012-03-091-0/+18
|\ \ \ | |/ / |/| |
| * | Adding an announcement type accessibility event and a method on View to annou...Svetoslav Ganov2012-03-091-0/+18
* | | Merge "Use the Choreographer for Drawable animations."Jeff Brown2012-03-081-4/+53
|\ \ \
| * | | Use the Choreographer for Drawable animations.Jeff Brown2012-03-071-4/+53
* | | | Fix the docsRomain Guy2012-03-081-1/+1
* | | | Dispatch screen state change events to ViewsRomain Guy2012-03-081-0/+33
| |_|/ |/| |
* | | Merge "Fix View padding resolution"Fabrice Di Meglio2012-03-081-9/+23
|\ \ \
| * | | Fix View padding resolutionFabrice Di Meglio2012-03-071-9/+23
* | | | Merge "Ignore draw requests when the display is off"Romain Guy2012-03-081-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Ignore draw requests when the display is offRomain Guy2012-03-051-0/+2
* | | | Merge "Don't draw layers in buildLayer()"Michael Jurka2012-03-071-30/+5
|\ \ \ \
| * | | | Don't draw layers in buildLayer()Michael Jurka2012-03-061-30/+5
| | |_|/ | |/| |
* | | | Fix FOCUS_BACKWARD search if view had no idJohn Reck2012-03-061-0/+1
|/ / /
* | | Merge "Change widgets to post invalidate to the animation timer."Jeff Brown2012-03-051-0/+48
|\ \ \
| * | | Change widgets to post invalidate to the animation timer.Jeff Brown2012-03-051-0/+48
* | | | Merge "Fix bug #6029615 Update Javadoc for onPaddingChanged()"Fabrice Di Meglio2012-03-051-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix bug #6029615 Update Javadoc for onPaddingChanged()Fabrice Di Meglio2012-03-051-0/+2
| | |/ | |/|
* | | Merge "Deferred layer updates"Romain Guy2012-03-051-37/+28
|\ \ \ | |_|/ |/| |