summaryrefslogtreecommitdiffstats
path: root/core/java/android/view
Commit message (Expand)AuthorAgeFilesLines
* Don't draw the same triangles several times.Romain Guy2011-01-261-2/+2
* Merge "Fix issue #3382992: IME close animation stutters from URL bar" into ho...Dianne Hackborn2011-01-262-0/+11
|\
| * Fix issue #3382992: IME close animation stutters from URL barDianne Hackborn2011-01-262-0/+11
* | Fix crash in movie studio.Romain Guy2011-01-261-1/+1
* | Make sure that we update SurfaceView's window with display lists.Romain Guy2011-01-261-6/+18
* | Merge "Optimize invalidate() calls." into honeycombRomain Guy2011-01-261-57/+67
|\ \
| * | Optimize invalidate() calls.Romain Guy2011-01-261-57/+67
* | | Merge "Remove unused API" into honeycombRomain Guy2011-01-261-23/+0
|\ \ \ | |/ /
| * | Remove unused APIRomain Guy2011-01-261-23/+0
* | | Merge changes I48392c75,Id09437a4,I4a0aa878 into honeycombJoe Onorato2011-01-263-6/+30
|\ \ \
| * | | Expose the window flags for lights out mode.Joe Onorato2011-01-263-6/+30
| | |/ | |/|
* | | Merge "Fix NPE in YouTube. Bug #3385339" into honeycombRomain Guy2011-01-261-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix NPE in YouTube.Romain Guy2011-01-261-1/+1
* | Merge "Fix invalidation problem with display lists" into honeycombChet Haase2011-01-262-3/+7
|\ \ | |/ |/|
| * Fix invalidation problem with display listsChet Haase2011-01-252-3/+7
* | Make sure the opaque bitmap is opaque. GL doesn't like being lied to.Romain Guy2011-01-251-1/+7
* | Merge "Fix surface frame size reporting." into honeycombJeff Brown2011-01-252-2/+11
|\ \
| * | Fix surface frame size reporting.Jeff Brown2011-01-252-2/+11
| |/
* | Merge "Prevent crash in View when gathering attributes without an AttachInfo....Romain Guy2011-01-251-1/+1
|\ \
| * | Prevent crash in View when gathering attributes without an AttachInfo.Romain Guy2011-01-251-1/+1
| |/
* | Merge "Overscoll bounce amplitude is smaller." into honeycombGilles Debunne2011-01-251-1/+1
|\ \ | |/ |/|
| * Overscoll bounce amplitude is smaller.Gilles Debunne2011-01-251-1/+1
* | Make nested hardware layers work againRomain Guy2011-01-242-4/+7
* | Fix rendering issues with animated layers.Romain Guy2011-01-241-2/+0
* | Fix rendering issues in Movie Studio.Romain Guy2011-01-241-5/+18
* | Merge "Enable partial invalidates when rendering with OpenGL." into honeycombRomain Guy2011-01-246-92/+202
|\ \
| * | Enable partial invalidates when rendering with OpenGL.Romain Guy2011-01-246-92/+202
| |/
* | Fix for display list problem with listview items.Chet Haase2011-01-241-1/+3
* | Fix bug with display lists and layout.Chet Haase2011-01-241-0/+2
|/
* Merge "New orientation listener." into honeycombJeff Brown2011-01-241-320/+446
|\
| * New orientation listener.Jeff Brown2011-01-241-320/+446
* | Typo in InputMethodManager's documentationGilles Debunne2011-01-241-1/+1
* | Merge "NULL inputType text fields should never show the IME." into honeycombGilles Debunne2011-01-241-12/+11
|\ \
| * | NULL inputType text fields should never show the IME.Gilles Debunne2011-01-241-12/+11
* | | A few small cleanning-ups.Huahui Wu2011-01-241-1/+1
* | | Merge "Remove unwanted parameter (it was a typo)." into honeycombJoe Onorato2011-01-241-1/+1
|\ \ \
| * | | Remove unwanted parameter (it was a typo).Joe Onorato2011-01-241-1/+1
| | |/ | |/|
* | | Use optimized display lists for all hwaccelerated renderingChet Haase2011-01-249-53/+276
|/ /
* | Merge "visibility ("lights out") API." into honeycombJoe Onorato2011-01-237-14/+201
|\ \
| * | visibility ("lights out") API.Joe Onorato2011-01-237-14/+201
* | | Add support for arcs.Romain Guy2011-01-231-1/+7
* | | Add support for ovals and stroked rectangles.Romain Guy2011-01-231-6/+11
|/ /
* | Fix issue #3302006: Cannot see the dialog lunched from a transparent activity.Dianne Hackborn2011-01-222-9/+17
|/
* Merge "Correctly invalidate views that transition from opaque to non-opaque. ...Romain Guy2011-01-212-4/+11
|\
| * Correctly invalidate views that transition from opaque to non-opaque.Romain Guy2011-01-212-4/+11
* | Fix bug 3362680 - calendar crash while tabbing among viewsAdam Powell2011-01-211-1/+11
* | Update class doc for InputMethodSubtypeKen Wakasa2011-01-211-7/+4
|/
* Merge "Add support for drawBitmapMesh()." into honeycombRomain Guy2011-01-201-1/+24
|\
| * Add support for drawBitmapMesh().Romain Guy2011-01-201-1/+24
* | Merge "Fix issue #3374356: Buttons sometimes don't highlight" into honeycombDianne Hackborn2011-01-201-2/+9
|\ \