summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add @UnsupportedAppUsage annotations"Mathew Inwood2018-08-211-0/+20
|\
| * Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+20
* | docs: fixed broken linkLaura Davis2018-06-191-1/+1
|/
* Removed call to setWillNotCacheDrawing and deprecated it as well asNader Jawad2018-04-061-2/+0
* Use ImageDecoder in ImageView.getDrawableFromUriLeon Scroggins III2018-01-311-14/+9
* Check default focus highlight for ImageView.Jiaquan He2017-05-261-0/+10
* docs: Update Imageview JavaDoc commentsJoe Fernandez2017-04-181-21/+63
* Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme2017-03-081-0/+5
* Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal2016-10-271-2/+11
|\
| * Adding support for async view loading in RemoteViewsAdapterSunny Goyal2016-09-291-2/+11
| * docs: Added min/max values and descriptions for alpha getter/setter in ImageV...Kevin Hufnagle2016-09-271-2/+5
| |\
* | | Add note about density scaling behavior to setImageURIAlan Viverette2016-10-111-0/+8
* | | docs: Added min/max values and descriptions for alpha getter/setter in ImageViewKevin Hufnagle2016-09-261-2/+5
|\ \ \ | |/ / |/| / | |/
| * docs: Added min/max values and descriptions for alpha getter/setterKevin Hufnagle2016-09-231-2/+5
* | Fixes for ImageView drawable visibility dispatchAdam Powell2016-08-261-15/+60
* | Always report visibility to new ImageView drawablesAdam Powell2016-08-241-3/+2
* | Better docs for ImageView legacy tintAlan Viverette2016-07-211-0/+7
|/
* 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