summaryrefslogtreecommitdiffstats
path: root/graphics/java/android/graphics/BitmapFactory.java
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused private APIRomain Guy2012-03-151-24/+0
* Tentative fix for mysteriously recycled bitmapRomain Guy2012-02-081-7/+8
* Don't swap bottom left and bottom right corner radii.Romain Guy2011-02-231-1/+1
* Merge "Change to stream decoding mode if the file descriptor cannot support s...Owen Lin2011-01-181-4/+16
|\
| * Change to stream decoding mode if the file descriptor cannot support seek.Owen Lin2011-01-181-4/+16
* | Add BitmapFactory.Options.inMutable to load mutable bitmaps.Romain Guy2011-01-171-1/+9
|/
* Eliminate tracked allocations and the inNativeAlloc option.Carl Shapiro2010-12-171-13/+0
* Add ability to reuse bitmaps when decoding PNG contentChet Haase2010-12-101-4/+19
* Add ability to reuse bitmaps when loading new contentChet Haase2010-12-091-0/+20
* Unhide inPreferQualityOverSpeed in BitmapFactory.Options.Wei-Ta Chen2010-12-071-1/+0
* Add inPreferQualityOverSpeed into BitmapFactory.Options.Wei-Ta Chen2010-12-061-0/+11
* am ac487f70: am 6b849e21: Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-221-136/+0
|\
| * Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-231-136/+0
| * Fix bug in JNI BitmapFactoryJoseph Wen2010-09-101-6/+0
| * DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-13/+11
* | Progress Dialog documentation example uses onPrepareDialogGilles Debunne2010-09-091-1/+1
* | Load assets in place instead of deferring until draw.Romain Guy2010-08-191-13/+11
* | Load opaque assets in RGB-565 until Bitmap.hasAlpha() works properly.Romain Guy2010-08-191-4/+1
* | New API and implementation of DB and memory-backed FDsBjorn Bringert2010-08-181-19/+0
* | am 81dcea60: am f1f48bc7: Do JPEG tile-based decoding.Joseph Wen2010-08-171-0/+143
|\ \ | |/
| * Do JPEG tile-based decoding.Joseph Wen2010-08-171-0/+143
* | Enable 32-bits only assets.Romain Guy2010-07-131-1/+4
* | New XmlDocumentProvider class.Gilles Debunne2010-06-231-4/+2
|/
* add API to change default config on image decoders.Mike Reed2010-01-261-0/+24
* Don't round size to page size. Ashmem will do this internally as needed.Marco Nelissen2010-01-041-1/+1
* Load bitmap resources entirely from native code.Romain Guy2009-08-311-4/+11
* More work on wallpapers.Dianne Hackborn2009-08-171-5/+11
* am 11ea3347: Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-54/+126
|\
| * Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-54/+126
* | am aad0fcc9: Merge change 7783 into donutAndroid (Google) Code Review2009-07-191-10/+8
|\ \ | |/
| * Add "nodpi" density, and expose a bunch of density-related APIs.Dianne Hackborn2009-07-171-10/+8
* | am 09a903ab: Merge change 7696 into donutAndroid (Google) Code Review2009-07-171-0/+13
|\ \ | |/
| * add hidden Options field for native allocationsMike Reed2009-07-171-0/+13
* | Add support to BitmapFactory for decoding a bitmap from a MemoryFile FileDesc...Marco Nelissen2009-06-171-1/+13
|/
* Unhide inInputShareable in BitmapFactory.Options.Wei-Ta Chen2009-06-041-2/+0
* Unhide inPurgeable in BitmapFactory.Options.Wei-Ta Chen2009-06-021-22/+20
* Add (hidden for now) purgeable bitmapsMike Reed2009-04-241-0/+30
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+436
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-436/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-32/+102
* auto import from //branches/cupcake/...@127436The Android Open Source Project2009-01-221-5/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+371