summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* If density difference causes the bitmap to be scaled, then use ARGBXin Qi2011-10-201-1/+1
* Add WEBP to the list of Image formats that support Compression. (by Vikas Arora)faux1232011-06-251-1/+2
* Eliminating dead logic - bitmap state simply cannot be null here.Jozef BABJAK2011-05-061-3/+1
* -Fixes issue 3573 (http://code.google.com/p/cyanogenmod/issues/detail?id=3573...Eyad Aboulouz2011-04-241-7/+7
* -Adds RTL (Right-To-Left) support for all RTL languagesEran Mizrahi2011-04-033-719/+118
* Fixing the wrong link in YuvImage JavaDoc.Keiji Ariyama2011-03-241-3/+3
* Fix RTL support, specifically fixes the combination of RTL text with numbers ...Eran Mizrahi2011-03-221-96/+70
* Merge branch 'gingerbread' of git://android.git.kernel.org/platform/framework...Steve Kondik2011-02-283-1/+274
|\
| * Do not merge.Wei-Ta Chen2011-01-112-0/+273
| * Documentation fixes found over vacation hacking.Brad Fitzpatrick2011-01-051-1/+1
* | RTL and Arabic reshaping support cherry-picked from FroYoDavid Kohen2011-01-223-85/+781
* | Merge branch 'themes-exp-2.3.1_r1' of https://github.com/tmobile/themes-platf...Steve Kondik2011-01-2112-12/+12
|\ \
| * | Don't drop the drawable cache completely on configuration changeChristopher Lais2011-01-2012-12/+12
| |/
* | Canvas.drawVertices: correct color range-checkErik Faye-Lund2011-01-211-1/+1
* | Revert "Merge "Don't drop the drawable cache completely on configuration chan...Steve Kondik2011-01-2112-12/+12
* | Don't drop the drawable cache completely on configuration changeChristopher Lais2011-01-1312-12/+12
|/
* Document Bitmap.createScaledBitmapBrad Fitzpatrick2010-10-041-0/+9
* Doc fix: duplicate word 'of'Brad Fitzpatrick2010-10-031-1/+1
* Do not merge.Wei-Ta Chen2010-10-011-263/+0
* Prevent unhandled exception in NinePatchDrawableSonia Serafimova2010-09-261-8/+10
* Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-232-136/+263
* Fix bug in JNI BitmapFactoryJoseph Wen2010-09-101-6/+0
* Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-081-270/+0
* Rename LargeBitmap to BitmapRegionDecoder for having a better API.Wei-Ta Chen2010-09-071-0/+270
* Revert "Don't recycle native bitmap after the finalizer is called."Chih-Chung Chang2010-08-221-1/+0
* Load bitmaps in the correct format.Romain Guy2010-08-201-0/+11
* Don't recycle native bitmap after the finalizer is called.Chih-Chung Chang2010-08-201-0/+1
* Merge "Text selection without trackball." into gingerbreadGilles Debunne2010-08-191-2/+4
|\
| * Text selection without trackball.Gilles Debunne2010-08-191-2/+4
* | DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-13/+11
|/
* Do JPEG tile-based decoding.Joseph Wen2010-08-172-0/+271
* am 38137d7a: Merge "docs: lots of additions to the resources docs new drawabl...Scott Main2010-07-1513-18/+46
|\
| * docs: lots of additions to the resources docsScott Main2010-06-2113-18/+46
* | Remove the YV16 format for simplicity's sake.Mathias Agopian2010-07-141-49/+72
* | don't hardcode "mSurface" throughout our source codeMathias Agopian2010-04-121-1/+1
* | am c162668e: Merge "More framework tests cleanup." into froyoBrett Chabot2010-04-016-0/+255
|\ \ | |/
| * More framework tests cleanup.Brett Chabot2010-04-016-0/+255
* | merge from open-source masterThe Android Open Source Project2010-03-291-1/+2
|\ \ | |/ |/|
| * Fix typos in comment.David Hoover2010-03-281-1/+2
* | merge from open-source masterThe Android Open Source Project2010-03-251-2/+2
|\ \ | |/
| * setCornerRadii should be called when either of corners radius is specifiedviral.vkm2010-03-251-2/+2
* | update dox that we ignore the exact parameter on computeBoundsMike Reed2010-03-251-9/+7
* | Fix the build.Romain Guy2010-03-101-0/+4
* | hidden api sameAs() to compare the pixels of 2 bitmaps for equalityMike Reed2010-03-081-0/+14
* | Add support for linking to a skia bitmap rather than always copying the data ...Jason Sams2010-03-013-1/+67
* | Support defered generation of mipmaps. With this change we support mipmap ge...Jason Sams2010-02-233-6/+11
* | Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it.Mathias Agopian2010-02-183-26/+105
* | Merge "update dox"Mike Reed2010-02-181-7/+7
|\ \
| * | update doxMike Reed2010-02-171-7/+7
* | | Added more @RemotableViewMethod methods, mutate ImageView.Jeff Sharkey2010-02-171-1/+4
|/ /