summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* The beginnings of the new status bar.Joe Onorato2010-11-151-5/+64
* Push the jumpDrawablesToCurrentState() thing off everywhere it should be.Dianne Hackborn2010-11-041-0/+6
* Fix clipping issue in StackView.Romain Guy2010-10-151-2/+0
* Document blocking behavior of ImageView setImageURI and setImageResourceBrad Fitzpatrick2010-08-271-3/+15
* Round up ImageView translations to avoid nasty surprises.Romain Guy2010-03-151-5/+5
* Apply alpha animations on ImageView instances.Romain Guy2010-03-011-0/+1
* Added more @RemotableViewMethod methods, mutate ImageView.Jeff Sharkey2010-02-171-2/+23
* Get correct density info when using resource URIs in ImageViewBjorn Bringert2010-01-061-2/+10
* Allow resource and file URIs in ImageView.setImageURI()Bjorn Bringert2009-11-271-1/+5
* Fix a bug in ImageView: The drawing matrix is not updated when setImageMatrix...Chih-Chung Chang2009-07-301-0/+1
* Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-241-1/+1
* Accessibility feature - framework changes (replacing 698, 699, 700, 701 and m...svetoslavganov2009-05-141-2/+4
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-051-0/+6
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+891