summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/ViewGroup.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Adding some more gestures and actions for accessibility."Svetoslav Ganov2012-04-181-13/+17
|\
| * Adding some more gestures and actions for accessibility.Svetoslav Ganov2012-04-181-13/+17
* | Adding new CHANGING transition to LayoutTransition.Chet Haase2012-04-171-0/+3
* | Minor doc fix.Philip Milne2012-04-161-4/+2
* | Fix for doc error.Philip Milne2012-04-161-2/+0
* | Merge "Fix for bug 6110465."Philip Milne2012-04-161-0/+70
|\ \ | |/ |/|
| * Fix for bug 6110465.Philip Milne2012-04-131-0/+70
* | Accessibility focus - frameworkSvetoslav Ganov2012-04-131-13/+283
|/
* Fixing broken clear focus behavior.Svetoslav Ganov2012-04-041-3/+6
* Add View textAlignmentFabrice Di Meglio2012-04-041-0/+12
* Add new feature to let apps layout over status bar / system bar.Dianne Hackborn2012-03-301-11/+39
* Re-enabling DisplayList propertiesChet Haase2012-03-271-4/+11
* Destroy the hardware renderer when ViewRootImpl's die is post-ponedRomain Guy2012-03-231-1/+1
* Revamp of the NumberPicker widget.Svetoslav Ganov2012-03-201-14/+0
* Optimizing DisplayList propertiesChet Haase2012-03-161-0/+67
* Handle view properties at the native levelChet Haase2012-03-121-1/+15
* Dispatch screen state change events to ViewsRomain Guy2012-03-081-0/+11
* Improve RTL APIsFabrice Di Meglio2012-03-011-4/+2
* Make layoutDirection API publicFabrice Di Meglio2012-03-011-8/+4
* Prevent a 'TODO' from appearing in the JavaDocSteve Block2012-03-011-2/+1
* View pressed state dispatching tweaksAdam Powell2012-02-271-1/+7
* Add check for no children in VIew hosting virtual view tree.Svetoslav Ganov2012-02-221-0/+9
* Correctly offset the dirty bounds by 0.5px in every directionRomain Guy2012-02-171-1/+2
* Add transient state tracking to ViewsAdam Powell2012-02-171-0/+57
* Merge "Record possible clip rejects when recording display lists"Romain Guy2012-02-171-0/+5
|\
| * Record possible clip rejects when recording display listsRomain Guy2012-02-171-0/+5
* | Improve textDirection APIsFabrice Di Meglio2012-02-161-3/+1
* | Merge "Add a compile time condition to remove unnecessary code"Romain Guy2012-02-151-109/+114
|\ \ | |/
| * Add a compile time condition to remove unnecessary codeRomain Guy2012-02-151-109/+114
* | Make MarginLayoutParams startMargin and endMargin API publicFabrice Di Meglio2012-02-151-13/+6
* | Incorrect behavior of View clear focus v2.0.Svetoslav Ganov2012-02-141-8/+11
|/
* Merge "Revert "Incorrect behavior of View clear focus.""Amith Yamasani2012-02-141-11/+8
|\
| * Revert "Incorrect behavior of View clear focus."Amith Yamasani2012-02-141-11/+8
* | Refactor animation code in new Draw() method into its own method.Chet Haase2012-02-141-1/+1
* | Merge "Refactor ViewGroup.drawChild() into View.draw()"Chet Haase2012-02-141-340/+15
|\ \
| * | Refactor ViewGroup.drawChild() into View.draw()Chet Haase2012-02-131-340/+15
* | | New hooks to allow layouts to improve their performance by doing more cachingPhilip Milne2012-02-131-8/+16
|/ /
* | Merge "Speedup the accessibility window querying APIs and clean up."Svetoslav Ganov2012-02-011-0/+5
|\ \
| * | Speedup the accessibility window querying APIs and clean up.Svetoslav Ganov2012-01-231-0/+5
* | | Merge "Incorrect behavior of View clear focus."Svetoslav Ganov2012-01-301-8/+11
|\ \ \ | | |/ | |/|
| * | Incorrect behavior of View clear focus.Svetoslav Ganov2012-01-251-8/+11
| |/
* | Fix bug in LayoutTransition for INVISIBLE viewsChet Haase2012-01-301-9/+11
* | Fix old issue with compatibility-scaled apps and AnimationsChet Haase2012-01-261-2/+1
|/
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+7
* Minor small fixes to old Animation code and docs.Chet Haase2011-12-201-1/+7
* am bffe0be3: am 9c92fcd9: Merge "Bug 5727679 - CTS test ViewGroupTest#testGet...Adam Powell2011-12-121-5/+6
|\
| * Bug 5727679 - CTS test ViewGroupTest#testGetChildVisibleRectAdam Powell2011-12-121-5/+6
* | am e118c1de: am ef8913c0: Merge "Remove dangerous and useless optimization Bu...Dave Burke2011-12-071-7/+1
|\ \ | |/
| * Remove dangerous and useless optimizationRomain Guy2011-12-071-7/+1
* | Discard framebuffer rendering queues when discarding layersRomain Guy2011-12-061-0/+12