summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/BitmapFactory.java
Commit message (Expand)AuthorAgeFilesLines
* Put in real "code" (aka marketing) name.Dianne Hackborn2014-10-071-2/+2
* am 50c3c114: am 664ec0a6: am 77491ac0: Merge "Correct typo in doc comment"Nick Kralevich2014-07-051-1/+1
|\
| * Merge "Correct typo in doc comment"Nick Kralevich2014-07-021-1/+1
| |\
| | * Correct typo in doc commentShuhrat Dehkanov2014-03-281-1/+1
| * | resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aospLeon Scroggins III2014-03-061-0/+7
| |\ \ | | |/ | |/|
| | * am ee008d42: Merge "Update framework to use M33 Skia. DO NOT MERGE" into klp-devLeon Scroggins III2014-03-061-0/+7
| | |\
| | | * Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-061-0/+7
| | * | am 47feee53: Merge "Fix some documentation typos." into klp-docsNewton Allen2013-11-071-2/+2
| | |\ \ | | | |/ | | |/|
| * | | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* | | | Ignore inPurgeable and inInputShareable.Leon Scroggins III2014-06-031-5/+15
* | | | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-281-2/+2
* | | | Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-271-2/+2
* | | | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-271-2/+2
* | | | Remove calls to deprecated SkBitmap::setIsOpaque()Leon Scroggins III2014-01-151-0/+7
* | | | am 66e47c5f: am 0c5268c3: am be0b05a0: Merge "Doc fix: add more detail to Bit...Adam Koch2013-11-051-2/+14
|\ \ \ \ | |/ / /
| * | | am 0c5268c3: am be0b05a0: Merge "Doc fix: add more detail to BitmapFactory.Op...Adam Koch2013-11-051-2/+14
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Doc fix: add more detail to BitmapFactory.Options.inPurgeable flag.Adam Koch2013-11-051-2/+14
| * | Fix some documentation typos.Newton Allen2013-11-011-2/+2
| |/
* | Fix some documentation typos.Newton Allen2013-10-301-2/+2
* | am ae1e8855: am 8e4b16d6: Merge "Update docs to state that mark is no longer ...Leon Scroggins III2013-09-251-0/+5
|\ \ | |/
| * Update docs to state that mark is no longer called.Leon Scroggins III2013-09-251-0/+5
* | am 2e4e9889: am 3490228e: Merge "Use a native buffer for decoding images." in...Leon Scroggins III2013-09-181-10/+14
|\ \ | |/
| * Use a native buffer for decoding images.Leon Scroggins III2013-09-181-10/+14
* | am 8eb3ece8: am 1d2daa78: Merge "Remove FD optimization case for decodeStream...John Reck2013-09-101-15/+1
|\ \ | |/
| * Remove FD optimization case for decodeStreamJohn Reck2013-09-091-15/+1
* | am 177718a7: am f25fceef: Merge "Update doc for BitmapFactory.Options to incl...Chris Craik2013-09-091-12/+29
|\ \ | |/
| * Update doc for BitmapFactory.Options to include BitmapRegionDecoderChris Craik2013-09-061-12/+29
* | am 04f31501: am a9fa33b3: Merge "Change build version from KEY_LIME_PIE to KI...Chet Haase2013-09-051-2/+2
|\ \ | |/
| * Change build version from KEY_LIME_PIE to KITKATChet Haase2013-09-051-2/+2
* | am 3d179241: am 3e8105e2: Merge "Update Bitmap.Config.ARGB_4444 documentation...Romain Guy2013-09-031-1/+1
|\ \ | |/
| * Merge "Update Bitmap.Config.ARGB_4444 documentation Bug #10510122" into klp-devRomain Guy2013-09-031-1/+1
| |\
| | * Update Bitmap.Config.ARGB_4444 documentationRomain Guy2013-09-031-1/+1
* | | am af172519: am 4b299312: Merge "Replace stream wrap-function w/ more specifi...Leon Scroggins III2013-08-291-30/+44
|\ \ \ | |/ /
| * | Replace stream wrap-function w/ more specific onesLeon Scroggins III2013-08-271-30/+44
| |/
* | am 908d9bfa: am dc70afae: Merge "Add inPremutiplied option to BitmapFactory.O...Chris Craik2013-08-211-0/+21
|\ \ | |/
| * Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-0/+21
* | Better explain outWidth/Height use with inJustDecodeBoundsChris Craik2013-08-051-7/+12
|/
* Add reconfigure method to BitmapChris Craik2013-07-171-20/+26
* Trace bitmaps decodingRomain Guy2013-07-111-34/+45
* Add support for post-decode density scaling with reuseChris Craik2013-06-051-103/+46
* Support all formats for BitmapFactory.Options.inBitmapChris Craik2013-06-031-0/+1
* Support larger bitmaps in BitmapFactory.Options.inBitmapChris Craik2013-05-281-7/+16
* am cc3fec69: am 0c8dfd7d: am 1061c578: am 095aa4b6: am 1a5bec01: Merge "Doc f...Adam Koch2013-03-051-3/+2
|\
| * Doc fix: update BitmapFactory.Options.inSampleSize javadocAdam Koch2013-02-221-3/+2
* | Never resize a Bitmap down to 0 at load timeRomain Guy2013-03-041-2/+3
* | Don't mark recycled bitmaps as immutableMichael Jurka2013-02-041-5/+7
|/
* Add an icon to the user information.Amith Yamasani2012-06-121-0/+2
* Fix scaling of layout bounds.Dianne Hackborn2012-04-301-0/+8
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-1/+1
* Pre-scale bitmaps on the native heapRomain Guy2012-03-191-10/+55