summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* docs: Added min/max values and descriptions for alpha getter/setterKevin Hufnagle2016-09-231-2/+5
* Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"Adam Powell2016-03-311-9/+3
* Only call Drawable.setVisible(false) for visible outgoing drawablesAdam Powell2016-03-221-3/+9
* Dispatch aggregated visibility when performing attachViewToParentAdam Powell2016-03-171-3/+6
* Refinement for onVisibilityAggregatedAdam Powell2016-03-161-3/+3
* Add View#onVisibilityAggregatedAdam Powell2016-03-151-20/+5
* Add consistent @NonNull annotations for drawable callbacksAlan Viverette2016-03-111-2/+2
* Added support for async inflation of RemoteViewsSunny Goyal2016-01-111-36/+83
* Merge "Update drawable matrix when bounds change in invalidateDrawable()" int...Alan Viverette2015-10-201-0/+2
|\
| * Update drawable matrix when bounds change in invalidateDrawable()Alan Viverette2015-10-201-0/+2
* | Invalidate when Drawable.setState() returns trueAlan Viverette2015-09-041-3/+4
* | Pass Resources when loading ImageView source from streamAlan Viverette2015-08-251-3/+9
* | Clean up ImageViewAlan Viverette2015-08-251-99/+92
* | am ddc15988: am f7d8577e: am 42c70645: am aed2e8ba: am da493aa6: Merge "Avoid...Chet Haase2015-08-061-0/+4
|\|
| * Avoid changing internal state of shared drawableChet Haase2015-08-061-0/+4
* | Remove ImageViewBitmapDrawable classChris Craik2015-07-161-14/+2
|/
* Improve ImageView drawable re-useJohn Reck2015-07-101-10/+13
* Teach ImageView to recycle internal drawablesJohn Reck2015-07-091-1/+21
* Handle null argument in ImageView.setImageIcon()Alan Viverette2015-06-301-11/+15
* ImageView updates cached drawable dimensions when drawable updatesChet Haase2015-06-171-1/+10
* Use real rounding in ImageView bounds configurationAdam Powell2015-06-051-5/+5
* Fix build; doc link in ImageViewChris Banes2015-05-141-1/+1
* Add Icon support to ImageView.Dan Sandler2015-05-131-0/+17
* Use new hierarchy viewer protocol in all View subclassesSiva Velusamy2015-05-071-0/+9
* Documents the ImageView.ScaleType attributesJoseph Cooper2015-04-031-2/+9
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-1/+0
* Add @ResourceInt annotations on APIsTor Norbye2015-02-181-1/+2
* Add @Nullable to AttributeSet in a couple constructorsScott Kennedy2015-02-101-3/+4
* First quick implementation of auto assist data.Dianne Hackborn2015-02-061-11/+2
* Fix accessibility delegationAlan Viverette2015-01-071-6/+9
* Ensure ImageView.setImageResource() always resolves DrawableAlan Viverette2014-10-291-11/+11
* Update drawable state after updating tint listAlan Viverette2014-10-291-0/+7
* Protect against ImageView changing to a null Drawable during Transition.George Mount2014-10-071-0/+3
* Always apply ImageView's tint attribute using SRC_ATOP by defaultAlan Viverette2014-09-151-5/+4
* Clean up view drawable tinting methods, fix default modesAlan Viverette2014-09-141-14/+31
* Separate tint and tintMode propertiesAlan Viverette2014-08-061-18/+19
* Clean up view tinting APIs, tileModeX/Y attribute docsAlan Viverette2014-07-221-30/+14
* Don't use overlay to transition ImageViews.George Mount2014-06-251-0/+14
* Fix switch & slider anim, make View drawable hotspot API publicAlan Viverette2014-06-181-4/+2
* Add attributes and accessors for tinting View drawablesAlan Viverette2014-06-171-10/+112
* Support hotspots in View drawablesAlan Viverette2014-06-131-1/+11
* Clean up drawable theming APIsAlan Viverette2014-06-021-1/+1
* Implement APIs for obtaining, caching themed DrawablesAlan Viverette2014-03-241-1/+1
* Add APIs for obtaining themed Drawable from Theme, ContextAlan Viverette2014-02-031-2/+2
* Fix ordering of dimension caching during ImageView.setResource()Alan Viverette2014-02-031-3/+3
* am be878d87: am b6a4926c: am 647db9fa: am 76ecd66a: am 0196e561: Fix typo in ...John Spurlock2014-02-031-1/+1
|\
| * am 0196e561: Fix typo in ImageView.javaJohn Spurlock2014-02-031-1/+1
| |\
| | * Fix typo in ImageView.javaJohn Spurlock2014-02-031-1/+1
* | | Correctly report isOpaque() from ImageViewAlan Viverette2013-12-121-0/+33
* | | am 40c81e4a: am 3105b6d2: am 12c32b4d: Merge "Make quick settings show the st...Jeff Brown2013-11-111-0/+1
|\| |