summaryrefslogtreecommitdiff
path: root/core/java/android/widget/ImageView.java
AgeCommit message (Expand)Author
2021-02-22Expose tint lists and other runtime functionality to RemoteViewsStevie Kideckel
2021-02-12Add RemoteViews.setBlendMode and expose target methodsStevie Kideckel
2021-01-14Enable Content Capture for ImageViews by defaultNikita Dubrovsky
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-14docs: Added content desc in ImageView example.Kevin Hufnagle
2019-04-17Added BlendMode equivalent APIs to replace deprecated PorterDuffNader Jawad
2019-02-11Merge "Update core widgets to save attribute source info."Aurimas Liutikas
2019-02-08Fix for Hidden API Landroid/widget/ImageView;->mDrawMatrix:Landroid/graphics/...Rahul Ravikumar
2019-02-07Update core widgets to save attribute source info.Aurimas Liutikas
2019-02-04@InspectableProperty coverage for android.widgetAshley Rose
2018-11-27Merge "Made ImageView.animateTransform(Matrix) public"TreeHugger Robot
2018-11-27Made ImageView.animateTransform(Matrix) publicAndrey Kulikov
2018-11-27Restrict access to ImageView#mMaxWidth/HeightClara Bayarri
2018-09-28Fix ChangeImageTransform for drawables without intrinsic sizeAndrey Kulikov
2018-08-21Add @UnsupportedAppUsage annotationsMathew Inwood
2018-06-25Merge "docs: fixed broken link" into pi-dev am: e07aeea926Laura Davis
2018-06-19docs: fixed broken linkLaura Davis
2018-04-23Removed applyColorMod method in favor of individually settingNader Jawad
2018-04-06Removed call to setWillNotCacheDrawing and deprecated it as well asNader Jawad
2018-04-05Removed call to setWillNotCacheDrawing and deprecated it as well asNader Jawad
2018-01-31Use ImageDecoder in ImageView.getDrawableFromUriLeon Scroggins III
2017-05-26Check default focus highlight for ImageView.Jiaquan He
2017-04-18docs: Update Imageview JavaDoc commentsJoe Fernandez
2017-03-08Optimize ViewStructure for autofill by removing irrelevant nodes.Felipe Leme
2016-10-27Merge "Adding support for async view loading in RemoteViewsAdapter"Sunny Goyal
2016-10-11Add note about density scaling behavior to setImageURIAlan Viverette
2016-09-29Adding support for async view loading in RemoteViewsAdapterSunny Goyal
2016-09-27docs: Added min/max values and descriptions for alpha getter/setter in ImageV...Kevin Hufnagle
2016-09-26docs: Added min/max values and descriptions for alpha getter/setter in ImageViewKevin Hufnagle
2016-09-23docs: Added min/max values and descriptions for alpha getter/setterKevin Hufnagle
2016-08-26Fixes for ImageView drawable visibility dispatchAdam Powell
2016-08-24Always report visibility to new ImageView drawablesAdam Powell
2016-07-21Better docs for ImageView legacy tintAlan Viverette
2016-03-31Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"Adam Powell
2016-03-22Only call Drawable.setVisible(false) for visible outgoing drawablesAdam Powell
2016-03-17Dispatch aggregated visibility when performing attachViewToParentAdam Powell
2016-03-16Refinement for onVisibilityAggregatedAdam Powell
2016-03-15Add View#onVisibilityAggregatedAdam Powell
2016-03-11Add consistent @NonNull annotations for drawable callbacksAlan Viverette
2016-01-11Added support for async inflation of RemoteViewsSunny Goyal
2015-10-20Merge "Update drawable matrix when bounds change in invalidateDrawable()" int...Alan Viverette
2015-10-20Update drawable matrix when bounds change in invalidateDrawable()Alan Viverette
2015-09-04Invalidate when Drawable.setState() returns trueAlan Viverette
2015-08-25Pass Resources when loading ImageView source from streamAlan Viverette
2015-08-25Clean up ImageViewAlan Viverette
2015-08-06am ddc15988: am f7d8577e: am 42c70645: am aed2e8ba: am da493aa6: Merge "Avoid...Chet Haase
2015-08-06Avoid changing internal state of shared drawableChet Haase