summaryrefslogtreecommitdiff
path: root/graphics/java/android/graphics/drawable/InsetDrawable.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2018-07-31Add @UnsupportedAppUsage annotationsMathew Inwood
2018-05-09Update Drawable API to expose getOpticalBounds method as well asNader Jawad
2017-05-04Fix issue in InsetDrawable where master inset attribute get ignored.Hyunyoung Song
2017-04-20Support fraction type for inset* for InsetDrawable.Hyunyoung Song
2015-12-08Attach drawable resource ID and name to getDrawable() exceptionsAlan Viverette
2015-11-12Return correct intrinsic dimensions for inset colorsAlan Viverette
2015-10-28Support for changing density of DrawableWrapper subclassesAlan Viverette
2015-04-01Fix issues with theming of preloaded ColorStateListsAlan Viverette
2015-02-25Create blank state in no-arg RotateDrawable constructorAlan Viverette
2015-02-20Unify wrapper-type drawablesAlan Viverette
2015-02-02Merge "Ensure InsetDrawable propagates state and callback on set drawable"Alan Viverette
2015-02-02Ensure InsetDrawable propagates state and callback on set drawableAlan Viverette
2015-01-30Synchronize mutated constant state's drawable constant stateAlan Viverette
2015-01-27Move drawable out of inset state, only store constant stateAlan Viverette
2014-12-09Teach AssetAtlas about more drawablesJohn Reck
2014-12-04Avoid extra saveLayer calls in RippleDrawable, fix docsAlan Viverette
2014-10-29Add theme and config change support to more Drawable typesAlan Viverette
2014-10-14Update preload list, clean up drawable themingAlan Viverette
2014-10-10Fix inset drawable's intrinsic size, replace ic_text_dot assetAlan Viverette
2014-10-07Mutate and apply theme if needed before caching themed drawablesAlan Viverette
2014-10-02Fix theme propagation to contained android:drawable elementsAlan Viverette
2014-09-02Fix behavior of inflating InsetDrawableChet Haase
2014-08-27Preserve inner drawable bounds and level on mutateAlan Viverette
2014-08-15Throw exception when inset drawable is missing drawable attributeAlan Viverette
2014-08-08Add insets to dialog backgroundAlan Viverette
2014-08-06Separate tint and tintMode propertiesAlan Viverette
2014-07-19Tweaks to outline APIChris Craik
2014-07-16Fix hotspot movement on focus changeAlan Viverette
2014-07-07Handle configuration changes in drawable attributesAlan Viverette
2014-07-04Make optical insets actually workAlan Viverette
2014-06-30Add outline support to InsetDrawableChris Craik
2014-06-16Add support for setTint in all Drawables, clean up lint warningsAlan Viverette
2014-06-14Revert "Add support for setTint in all Drawables, clean up lint warnings"Jeff Brown
2014-06-13Add support for setTint in all Drawables, clean up lint warningsAlan Viverette
2014-06-02Clean up drawable theming APIsAlan Viverette
2014-05-21Clean up hotspot bounds APIAlan Viverette
2014-05-19TouchFeedbackDrawable is now RippleDrawableAlan Viverette
2014-04-08Make Drawable hotspot APIs publicAlan Viverette
2014-03-24Implement APIs for obtaining, caching themed DrawablesAlan Viverette
2014-02-05Adds hotspot support to LayerDrawable and InsetDrawableAlan Viverette
2013-10-01Fix animations, padding in RTL mode.Jeff Sharkey
2013-07-30Add missing InsetDrawable.getDrawable() methodRomain Guy
2013-05-13am ddd02537: am b4426f15: Merge "Fix bug #8858012 layer-list\'s bitmap item\'...Fabrice Di Meglio
2013-05-10Fix bug #8858012 layer-list's bitmap item's start/end gravity is incorrect on...Fabrice Di Meglio
2013-03-08add getAlpha() to DrawableChet Haase
2011-01-14Don't drop the drawable cache completely on configuration changeChristopher Lais
2010-12-14Make Drawable.mCallback a WeakReference.Romain Guy
2010-06-21docs: lots of additions to the resources docsScott Main