summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Make quick settings show the standard media router icon.Jeff Brown2013-11-091-0/+1
| |/
* | am 266b3026: am 20ba658b: am 31049d76: Use SCREEN Xfermode for keyguard badge...Adam Powell2013-10-071-0/+15
|\ \ | |/
| * Use SCREEN Xfermode for keyguard badges; update SeekBarAdam Powell2013-10-071-0/+15
* | Add View constructor that supplies a default style resourceAlan Viverette2013-09-091-4/+9
|/
* Add automatic Drawable mirroring capability when in RTL layout directionFabrice Di Meglio2013-08-011-0/+9
* API and doc cleanup, plus small animation/UI featuresChet Haase2013-04-121-1/+1
* Make hasOverlappingRendering() method more accurateMichael Jurka2013-03-211-1/+1
* Return a copy of the read-only identity MatrixRomain Guy2013-01-301-4/+5
* am 05d48504: am af6dd103: Merge "fix ImageView.getImageMatrix()" into jb-mr1-...Dake Gu2013-01-091-1/+4
|\
| * fix ImageView.getImageMatrix()Dake Gu2013-01-031-1/+4
| * DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayoutAdam Powell2012-10-011-13/+0
* | Update documentation to mention compatibility versioningAdam Powell2012-12-101-1/+8
* | Compatibility measurement hacks when targetSdkVersion <= JB-MR1Adam Powell2012-12-071-2/+8
* | Close InputStream after we're done reading from itRomain Guy2012-12-031-6/+16
|/
* Fix adjustViewBounds handling for ImageViewAdam Powell2012-09-281-0/+13
* Revert "Fix adjustViewBounds handling for ImageView"Adam Powell2012-09-271-2/+0
* Fix adjustViewBounds handling for ImageViewAdam Powell2012-09-261-0/+2
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* Fix bug #6427629 Clean up layout direction APIsFabrice Di Meglio2012-09-231-1/+1
* Some simple skip-layout optimizations for ImageViewAdam Powell2012-08-091-4/+18
* Revert "Revert "Clean up layout direction APIs for Drawable""Fabrice Di Meglio2012-06-041-6/+1
* Revert "Clean up layout direction APIs for Drawable"Jean-Baptiste Queru2012-06-021-1/+6
* Clean up layout direction APIs for DrawableFabrice Di Meglio2012-06-011-6/+1
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-19/+1
* Accessibility focus - frameworkSvetoslav Ganov2012-04-131-2/+2