summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-1/+10
* Fixes for bugs: 6104423, 6103563, 6103509, 6103807 & 6103253.Philip Milne2012-03-261-6/+127
* Make Drawable RTL APIs publicFabrice Di Meglio2012-03-091-3/+0
* AccessibilityEvent/AccessibilityNodeInfo class name property should be set to...Svetoslav Ganov2012-01-171-0/+13
* Make the overridden ImageView#setVisibility remotableAdam Powell2011-11-101-0/+1
* Fix access modifiers on ImageView overridesAdam Powell2011-11-101-2/+2
* Fix bug 5581874 - Animated drawables don't start as expectedAdam Powell2011-11-101-0/+24
* Issue 5432115: Speed up notification scrollingChet Haase2011-10-171-0/+5
* Adding accessibility delegate mechanism for backwards compatibility support.Svetoslav Ganov2011-09-121-0/+1
* Invoke requestLayout() when drawables have different sizes.Romain Guy2011-08-171-36/+17
* Fix bug 5118908 - ImageView.setImageDrawable always requests layoutAdam Powell2011-08-041-6/+28
* Adding accessibility support to the Status Bar.Svetoslav Ganov2011-07-211-2/+11
* Add View.getResolvedLayoutDirection()Fabrice Di Meglio2011-06-141-2/+6
* Fix overrides of isLayoutRtl(Drawable dr)Fabrice Di Meglio2011-05-271-1/+1
* Add support for Gravity BEFORE and AFTERFabrice Di Meglio2011-05-271-0/+5
* Correctly compute tex coords for rect layers.Romain Guy2011-04-271-16/+18
* Implement smarter sizing of WRAP_CONTENT windows.Dianne Hackborn2010-12-031-3/+3