summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Merge "Reduce the fade area to save bandwidth."Romain Guy2011-07-191-4/+22
|\
| * Reduce the fade area to save bandwidth.Romain Guy2011-07-191-4/+22
* | Merge "Let HardwareRenderer support multiple threads."Romain Guy2011-07-191-45/+51
|\ \ | |/
| * Let HardwareRenderer support multiple threads.Romain Guy2011-07-191-45/+51
* | Merge "Expose to the platform the ability to pick up changes in child visibil...Philip Milne2011-07-191-1/+1
|\ \
| * | Expose to the platform the ability to pick up changes in child visibility.Philip Milne2011-07-191-1/+1
* | | Merge "Fix issue #4869092: ResolverActivity occasionally fails to display"Dianne Hackborn2011-07-191-0/+1
|\ \ \ | |/ / |/| |
| * | Fix issue #4869092: ResolverActivity occasionally fails to displayDianne Hackborn2011-07-191-0/+1
| |/
* | Merge "Don't constrain invalidation rect when not clipping children"Chet Haase2011-07-191-3/+8
|\ \
| * | Don't constrain invalidation rect when not clipping childrenChet Haase2011-07-191-3/+8
* | | Merge "Gather View's hierarchy notifications into methods that can easily be ...Philip Milne2011-07-191-19/+23
|\ \ \
| * | | Gather View's hierarchy notifications into methods that can easily be overidden.Philip Milne2011-07-191-19/+23
* | | | Merge "Don't recreate view's display list when size hasn't changed"Chet Haase2011-07-191-8/+8
|\ \ \ \
| * | | | Don't recreate view's display list when size hasn't changedChet Haase2011-07-181-8/+8
| | |/ / | |/| |
* | | | Merge "Enable IMEs to set additional subtypes in background"satok2011-07-181-5/+6
|\ \ \ \
| * | | | Enable IMEs to set additional subtypes in backgroundsatok2011-07-191-5/+6
* | | | | Fix bug 5031652 - offer a way to associate metadata with an ActionModeAdam Powell2011-07-181-0/+30
| |_|_|/ |/| | |
* | | | I. Can. Not. Stand. ViewAncestor.Dianne Hackborn2011-07-188-70/+70
* | | | Merge "Trim OpenGLRenderer's memory usage whenever possible"Romain Guy2011-07-183-9/+70
|\ \ \ \ | |_|_|/ |/| | |
| * | | Trim OpenGLRenderer's memory usage whenever possibleRomain Guy2011-07-183-9/+70
* | | | Add lock/unlockCanvas to TextureViewRomain Guy2011-07-181-1/+94
| |_|/ |/| |
* | | Merge "Fix resolution padding glitch"Fabrice Di Meglio2011-07-181-2/+2
|\ \ \
| * | | Fix resolution padding glitchFabrice Di Meglio2011-07-151-2/+2
* | | | Touch exploration separate setting and API to poll the latter state.Svetoslav Ganov2011-07-184-7/+71
| |/ / |/| |
* | | Make View#setBackgroundDrawable a no-op if setting the same background.Adam Powell2011-07-171-0/+4
| |/ |/|
* | Scroll events should indicate whether or not they have pixel data.Svetoslav Ganov2011-07-171-18/+18
* | Merge "Fix bug #4972141 Overlapping content in single-choice dialogs"Fabrice Di Meglio2011-07-151-3/+9
|\ \
| * | Fix bug #4972141 Overlapping content in single-choice dialogsFabrice Di Meglio2011-07-151-3/+9
| |/
* | Add new ViewDebug APIs to profile the event queue.Romain Guy2011-07-152-25/+199
* | Merge "Implement textDirection heuristic selection."Fabrice Di Meglio2011-07-152-71/+36
|\ \
| * | Implement textDirection heuristic selection.Doug Felt2011-07-142-71/+36
* | | Remove edge slop support.Jeff Brown2011-07-141-45/+0
* | | Enter touch mode on ACTION_SCROLL.Jeff Brown2011-07-141-6/+9
* | | Merge "Fix bug #5025936 TableLayout layout direction resolution is broken"Fabrice Di Meglio2011-07-141-4/+22
|\ \ \ | |_|/ |/| |
| * | Fix bug #5025936 TableLayout layout direction resolution is brokenFabrice Di Meglio2011-07-131-4/+22
* | | Polish of the ActivityChooserView and ShareActionProvider.Svetoslav Ganov2011-07-131-1/+3
* | | Merge "Revert "Don't preload HardwareRenderer, its static initialization is p...Romain Guy2011-07-121-42/+40
|\ \ \
| * | | Revert "Don't preload HardwareRenderer, its static initialization is process ...Romain Guy2011-07-121-42/+40
* | | | Merge "Don't preload HardwareRenderer, its static initialization is process d...Romain Guy2011-07-121-40/+42
|\ \ \ \ | |/ / /
| * | | Don't preload HardwareRenderer, its static initialization is process dependant.Romain Guy2011-07-121-40/+42
| | |/ | |/|
* | | Update ActionProvider to support dynamically building submenus.Adam Powell2011-07-122-15/+52
|/ /
* | Merge "Always make GL calls with a valid EGL context. Bug #5010760"Romain Guy2011-07-112-11/+37
|\ \
| * | Always make GL calls with a valid EGL context.Romain Guy2011-07-112-11/+37
| |/
* | Merge "Eliminate single-process mode. Bug: 5010576"Jeff Brown2011-07-111-4/+0
|\ \ | |/ |/|
| * Eliminate single-process mode.Jeff Brown2011-07-081-4/+0
* | Fix View reset of layoutDirection and textDirectionFabrice Di Meglio2011-07-112-7/+8
|/
* Merge "Always redraw the UI on orientation change Bug #4994715"Romain Guy2011-07-082-19/+39
|\
| * Always redraw the UI on orientation changeRomain Guy2011-07-082-19/+39
* | Merge "Correctly position layers."Romain Guy2011-07-081-2/+1
|\ \ | |/
| * Correctly position layers.Romain Guy2011-07-081-2/+1