summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* Adds checks if level is set on ImageView to override the level on the Drawabl...ramindani2021-06-071-1/+5
* Expose tint lists and other runtime functionality to RemoteViewsStevie Kideckel2021-02-221-0/+1
* Add RemoteViews.setBlendMode and expose target methodsStevie Kideckel2021-02-121-0/+1
* Enable Content Capture for ImageViews by defaultNikita Dubrovsky2021-01-141-5/+9
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+1
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-1/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-061-1/+1
* docs: Added content desc in ImageView example.Kevin Hufnagle2019-08-141-3/+5
* Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad2019-04-171-13/+42
* Merge "Update core widgets to save attribute source info."Aurimas Liutikas2019-02-111-0/+2
|\
| * Update core widgets to save attribute source info.Aurimas Liutikas2019-02-071-0/+2
* | Fix for Hidden API Landroid/widget/ImageView;->mDrawMatrix:Landroid/graphics/...Rahul Ravikumar2019-02-081-1/+1
|/
* @InspectableProperty coverage for android.widgetAshley Rose2019-02-041-0/+11
* Merge "Made ImageView.animateTransform(Matrix) public"TreeHugger Robot2018-11-271-3/+12
|\
| * Made ImageView.animateTransform(Matrix) publicAndrey Kulikov2018-11-271-3/+12
* | Restrict access to ImageView#mMaxWidth/HeightClara Bayarri2018-11-271-2/+2
|/
* Fix ChangeImageTransform for drawables without intrinsic sizeAndrey Kulikov2018-09-281-1/+3
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-211-0/+20
* Merge "docs: fixed broken link" into pi-dev am: e07aeea926Laura Davis2018-06-251-1/+1
|\
| * docs: fixed broken linkLaura Davis2018-06-191-1/+1
| * Removed call to setWillNotCacheDrawing and deprecated it as well asNader Jawad2018-04-061-2/+0
* | Removed applyColorMod method in favor of individually settingNader Jawad2018-04-231-16/+25
* | Removed call to setWillNotCacheDrawing and deprecated it as well asNader Jawad2018-04-051-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
|\|