summaryrefslogtreecommitdiffstats
path: root/tools/layoutlib/bridge/src/android/graphics/Bitmap_Delegate.java
Commit message (Expand)AuthorAgeFilesLines
* Remove needlessly thrown IOException.Deepanshu Gupta2014-11-061-5/+2
* Update delegatesDeepanshu Gupta2014-07-111-8/+26
* Update LayoutLib delegates.Deepanshu Gupta2014-07-011-1/+1
* Fix native method signaturesDeepanshu Gupta2014-01-291-1/+2
* Manual merge of changes from klp-devDeepanshu Gupta2014-01-291-32/+24
* Track 64bit changes to android/graphics.Narayan Kamath2014-01-281-26/+26
* Add isPremultiplied option to Bitmap_Delegate in LayoutLibDeepanshu Gupta2014-01-271-13/+77
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+592
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-592/+0
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-201-2/+4
* Add missing native methods.Deepanshu Gupta2013-05-231-1/+28
* Embed layout padding in nine patch imagesAmith Yamasani2012-04-041-1/+2
* Make some methods/fields package private so that layoutlib can access them.Xavier Ducrohet2011-08-111-4/+3
* LayoutLib: Add debug mode.Xavier Ducrohet2011-02-231-1/+1
* LayoutLib: Hold onto delegate references.Xavier Ducrohet2011-02-231-3/+3
* LayoutLib: remove some exceptions.Xavier Ducrohet2011-02-091-2/+4
* LayoutLib: Annotate the custom delegate methods.Xavier Ducrohet2011-02-091-0/+25
* LayoutLib: Replace custom BitmapFactory by a simpler delegateXavier Ducrohet2011-02-041-0/+1
* LayoutLib: Properly compute available space to layouts.Xavier Ducrohet2011-01-271-8/+8
* LayoutLib: update logs to use new data bundleXavier Ducrohet2011-01-141-4/+6
* LayoutLib: Use the new log tag constants from LayoutLogXavier Ducrohet2011-01-131-5/+5
* LayoutLib: use tags in logs.Xavier Ducrohet2011-01-121-4/+6
* LayoutLib: Support Region through delegates.Xavier Ducrohet2010-12-241-2/+2
* LayoutLib: add support for unsupported drawing modifiers.Xavier Ducrohet2010-12-241-26/+3
* LayoutLib: improve bitmap support.Xavier Ducrohet2010-12-221-25/+194
* LayoutLib: Misc rendering fixes.Xavier Ducrohet2010-12-211-10/+26
* LayoutLib: support for Path and BitmapShader using delegates.Xavier Ducrohet2010-12-211-1/+1
* LayoutLib: Update layoutlib with revised API.Xavier Ducrohet2010-12-211-1/+1
* Fix build break due to additional arg in Bitmap ctorPatrick Dubroy2010-12-141-1/+1
* LayoutLib: Adapt to new LayoutLibXavier Ducrohet2010-12-101-8/+8
* Layoutlib: use default nine patch classes.Xavier Ducrohet2010-11-231-11/+34
* Layoutlib: Properly dispose of bitmap delegate.Xavier Ducrohet2010-11-181-2/+1
* Layoutlib: New bridge implementation using the new API 5.Xavier Ducrohet2010-11-111-1/+1
* Layoutlib Canvas and Paint implementation through native delegatesXavier Ducrohet2010-11-011-2/+22
* Implement the layoutlib Bitmap through a native delegate.Xavier Ducrohet2010-10-291-0/+327