summaryrefslogtreecommitdiffstats
path: root/core/java/android/widget/ImageView.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-891/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-1/+1
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+1
* auto import from //branches/cupcake/...@132276The Android Open Source Project2009-02-191-0/+7
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-0/+1
* Initial ContributionThe Android Open Source Project2008-10-211-0/+883