summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/View.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Invisible views can't start animations"Chet Haase2011-06-171-1/+5
|\
| * Invisible views can't start animationsChet Haase2011-06-171-1/+5
* | Merge "Fix rendering issue with paths when the stroke width is 0"Romain Guy2011-06-171-2/+2
|\ \
| * | Fix rendering issue with paths when the stroke width is 0Romain Guy2011-06-171-2/+2
| |/
* | Inform the InputMethodManager that a focused view has been attached.Amith Yamasani2011-06-171-0/+4
|/
* Introduce LocalUtil and getLayoutDirectionFromLocale() now use likelySubtagsFabrice Di Meglio2011-06-151-12/+3
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-20/+45
* Merge "Expose api on View to determine if the view can be scrolled."Adam Powell2011-06-131-0/+34
|\
| * Expose api on View to determine if the view can be scrolled.Adam Powell2011-06-131-0/+34
* | Final polish of the interrogation feature.Svetoslav Ganov2011-06-101-2/+8
|/
* Make View respect LAYOUT_DIRECTION_LOCALEFabrice Di Meglio2011-06-101-1/+30
* Add a way to measure potential framerate of the view hierarchy.Romain Guy2011-06-091-2/+2
* Add 'Property' objectChet Haase2011-06-081-0/+165
* Rename atribute View horizontalDirection to layoutDirection and update unit t...Fabrice Di Meglio2011-06-071-47/+47
* Interrogation of the view hierarchy from an AccessibilityService.Svetoslav Ganov2011-06-061-2/+144
* Improve ViewDebug informations for View and LineaLayoutFabrice Di Meglio2011-06-021-1/+2
* Fix View default horizontal directionFabrice Di Meglio2011-06-011-10/+31
* Merge "Add support for Gravity BEFORE and AFTER"Fabrice Di Meglio2011-05-271-1/+10
|\
| * Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-1/+10
* | docs: add accepted values for setting status bar visibilityScott Main2011-05-241-0/+6
|/
* Add ability to transition parent hierarchy in layout transitionsChet Haase2011-05-241-0/+20
* Merge "Code cleanup."Romain Guy2011-05-191-2/+0
|\
| * Code cleanup.Romain Guy2011-05-191-2/+0
* | View horizontalDirection public attribute resolution to an internal var.Cibu Johny2011-05-191-0/+2
|/
* Merge "View horizontalDirection public attribute resolution to an internal var."Fabrice Di Meglio2011-05-171-0/+32
|\
| * View horizontalDirection public attribute resolution to an internal var.Cibu Johny2011-05-161-0/+32
* | Merge "Fix for using HARDWARE layers on unaccelerated views."Chet Haase2011-05-171-6/+6
|\ \
| * | Fix for using HARDWARE layers on unaccelerated views.Chet Haase2011-05-171-6/+6
* | | Merge "Adding horizontalDirection public attribute for View."Fabrice Di Meglio2011-05-161-0/+83
|\ \ \ | | |/ | |/|
| * | Adding horizontalDirection public attribute for View.Cibu Johny2011-05-161-0/+83
| |/
* | Fix the build by removing @Override within javadoc comments.Eric Fischer2011-05-131-2/+0
* | Merge "Remove useless code."Romain Guy2011-05-131-12/+0
|\ \
| * | Remove useless code.Romain Guy2011-05-131-12/+0
* | | Merge "Factored out the Accessibility vertical initialization."Svetoslav Ganov2011-05-131-27/+89
|\ \ \
| * | | Factored out the Accessibility vertical initialization.Svetoslav Ganov2011-05-131-27/+89
| | |/ | |/|
* | | Merge "Add initial API for stylus and mouse buttons."Jeff Brown2011-05-131-0/+35
|\ \ \ | |_|/ |/| |
| * | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-0/+35
| |/
* | Fix waaayyy too many documentation links.Romain Guy2011-05-131-120/+126
|/
* Merge "Only delay pressed feedback for Views inside a scrolling parent"Patrick Dubroy2011-05-051-18/+37
|\
| * Only delay pressed feedback for Views inside a scrolling parentPatrick Dubroy2011-05-051-18/+37
* | Rename ViewRoot to ViewAncestor.Joe Onorato2011-05-041-18/+18
|/
* Only set the accelerated drawable state for views when the hardwareAdam Powell2011-04-251-1/+2
* Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-221-18/+26
* Revert "Touch exploration feature, event bubling, refactor"Adam Powell2011-04-221-26/+18
* Merge "Touch exploration feature, event bubling, refactor"Svetoslav Ganov2011-04-221-18/+26
|\
| * Touch exploration feature, event bubling, refactorSvetoslav Ganov2011-04-211-18/+26
* | Rework display size access.Dianne Hackborn2011-04-211-1/+1
|/
* Track unhandled input events in consistency verifiers.Jeff Brown2011-04-191-11/+39
* Remove the deprecated things from Config.java. These haven't been working sin...Joe Onorato2011-04-071-1/+1
* Add a little input event consistency verifier.Jeff Brown2011-03-311-1/+24