1. 4b2e12c Revert "Only call Drawable.setVisible(false) for visible outgoing drawables" by Adam Powell · 8 years ago
  2. 35e2ea0 Only call Drawable.setVisible(false) for visible outgoing drawables by Adam Powell · 8 years ago
  3. c587409 Dispatch aggregated visibility when performing attachViewToParent by Adam Powell · 8 years ago
  4. 9c146bf Refinement for onVisibilityAggregated by Adam Powell · 8 years ago
  5. 41d9690 Add View#onVisibilityAggregated by Adam Powell · 8 years ago
  6. f6d87ec Add consistent @NonNull annotations for drawable callbacks by Alan Viverette · 8 years ago
  7. dd292f4 Added support for async inflation of RemoteViews by Sunny Goyal · 9 years ago
  8. 4fa91b1 Merge "Update drawable matrix when bounds change in invalidateDrawable()" into mnc-dr-dev am: 840f38905c am: e3d745291e am: c3e46adc77 by Alan Viverette · 9 years ago
  9. 01320de Update drawable matrix when bounds change in invalidateDrawable() by Alan Viverette · 9 years ago
  10. ad0020f Invalidate when Drawable.setState() returns true by Alan Viverette · 9 years ago
  11. 270a342 Pass Resources when loading ImageView source from stream by Alan Viverette · 9 years ago
  12. 6aa92d1 Clean up ImageView by Alan Viverette · 9 years ago
  13. 950af41 am ddc15988: am f7d8577e: am 42c70645: am aed2e8ba: am da493aa6: Merge "Avoid changing internal state of shared drawable" into mnc-dev by Chet Haase · 9 years ago
  14. bfa11e4 Avoid changing internal state of shared drawable by Chet Haase · 9 years ago
  15. 82af13e Remove ImageViewBitmapDrawable class by Chris Craik · 9 years ago
  16. 5a13569 Improve ImageView drawable re-use by John Reck · 9 years ago
  17. b7ba122 Teach ImageView to recycle internal drawables by John Reck · 9 years ago
  18. 6ef129e Handle null argument in ImageView.setImageIcon() by Alan Viverette · 9 years ago
  19. 8473f5a ImageView updates cached drawable dimensions when drawable updates by Chet Haase · 9 years ago
  20. 14d1f138 Use real rounding in ImageView bounds configuration by Adam Powell · 9 years ago
  21. e695bb8 Fix build; doc link in ImageView by Chris Banes · 9 years ago
  22. a22a380 Add Icon support to ImageView. by Dan Sandler · 9 years ago
  23. 94a6d15 Use new hierarchy viewer protocol in all View subclasses by Siva Velusamy · 9 years ago
  24. d96fdbd Documents the ImageView.ScaleType attributes by Joseph Cooper · 9 years ago
  25. 08c7116 Remove unused imports in frameworks/base. by John Spurlock · 9 years ago
  26. 7b9c912 Add @ResourceInt annotations on APIs by Tor Norbye · 11 years ago
  27. 76c382e Add @Nullable to AttributeSet in a couple constructors by Scott Kennedy · 9 years ago
  28. a7bb6fb First quick implementation of auto assist data. by Dianne Hackborn · 9 years ago
  29. a54956a Fix accessibility delegation by Alan Viverette · 10 years ago
  30. d739d7b Ensure ImageView.setImageResource() always resolves Drawable by Alan Viverette · 10 years ago
  31. d513379 Update drawable state after updating tint list by Alan Viverette · 10 years ago
  32. f6c763d Protect against ImageView changing to a null Drawable during Transition. by George Mount · 10 years ago
  33. 38f93bc Always apply ImageView's tint attribute using SRC_ATOP by default by Alan Viverette · 10 years ago
  34. b56f5d2 Clean up view drawable tinting methods, fix default modes by Alan Viverette · 10 years ago
  35. a426445 Separate tint and tintMode properties by Alan Viverette · 10 years ago
  36. 4f64c04 Clean up view tinting APIs, tileModeX/Y attribute docs by Alan Viverette · 10 years ago
  37. 990205e Don't use overlay to transition ImageViews. by George Mount · 10 years ago
  38. 8de1494 Fix switch & slider anim, make View drawable hotspot API public by Alan Viverette · 10 years ago
  39. 9117436 Add attributes and accessors for tinting View drawables by Alan Viverette · 10 years ago
  40. cebc6ba Support hotspots in View drawables by Alan Viverette · 10 years ago
  41. 6dbe51b Clean up drawable theming APIs by Alan Viverette · 10 years ago
  42. 52b999f Implement APIs for obtaining, caching themed Drawables by Alan Viverette · 10 years ago
  43. 8eea3ea Add APIs for obtaining themed Drawable from Theme, Context by Alan Viverette · 10 years ago
  44. 4803bc1 Fix ordering of dimension caching during ImageView.setResource() by Alan Viverette · 10 years ago
  45. 53a470a am be878d87: am b6a4926c: am 647db9fa: am 76ecd66a: am 0196e561: Fix typo in ImageView.java by John Spurlock · 10 years ago
  46. 76ecd66 am 0196e561: Fix typo in ImageView.java by John Spurlock · 10 years ago
  47. 0196e56 Fix typo in ImageView.java by John Spurlock · 10 years ago
  48. e10dd53 Correctly report isOpaque() from ImageView by Alan Viverette · 11 years ago
  49. 7117c0c am 40c81e4a: am 3105b6d2: am 12c32b4d: Merge "Make quick settings show the standard media router icon." into klp-dev by Jeff Brown · 11 years ago
  50. e2126ba Make quick settings show the standard media router icon. by Jeff Brown · 11 years ago
  51. 80da140 am 266b3026: am 20ba658b: am 31049d76: Use SCREEN Xfermode for keyguard badges; update SeekBar by Adam Powell · 11 years ago
  52. 31049d7 Use SCREEN Xfermode for keyguard badges; update SeekBar by Adam Powell · 11 years ago
  53. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  54. 3f5a90b Add automatic Drawable mirroring capability when in RTL layout direction by Fabrice Di Meglio · 11 years ago
  55. 430742f API and doc cleanup, plus small animation/UI features by Chet Haase · 11 years ago
  56. 0931a85 Make hasOverlappingRendering() method more accurate by Michael Jurka · 11 years ago
  57. 5370405 Return a copy of the read-only identity Matrix by Romain Guy · 12 years ago
  58. 96c2a83 am 05d48504: am af6dd103: Merge "fix ImageView.getImageMatrix()" into jb-mr1-aah-dev by Dake Gu · 12 years ago
  59. 1ee6017 fix ImageView.getImageMatrix() by Dake Gu · 12 years ago
  60. 2c8cc97 Update documentation to mention compatibility versioning by Adam Powell · 12 years ago
  61. 7da4b73 Compatibility measurement hacks when targetSdkVersion <= JB-MR1 by Adam Powell · 12 years ago
  62. 3614394 Close InputStream after we're done reading from it External bug #40837 by Romain Guy · 12 years ago
  63. 946d05b DO NOT MERGE - Revert fixes for ImageView/MeasureSpec/RelativeLayout by Adam Powell · 12 years ago
  64. d5edc77 Fix adjustViewBounds handling for ImageView by Adam Powell · 12 years ago
  65. 68f3eb3 Revert "Fix adjustViewBounds handling for ImageView" by Adam Powell · 12 years ago
  66. b1271ac Fix adjustViewBounds handling for ImageView by Adam Powell · 12 years ago
  67. e56ffdc Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  68. 4457e85 Fix bug #6427629 Clean up layout direction APIs by Fabrice Di Meglio · 12 years ago
  69. f96ce02 Some simple skip-layout optimizations for ImageView by Adam Powell · 12 years ago
  70. b03b434 Revert "Revert "Clean up layout direction APIs for Drawable"" by Fabrice Di Meglio · 12 years ago
  71. c96132f Revert "Clean up layout direction APIs for Drawable" by Jean-Baptiste Queru · 12 years ago
  72. c1da651 Clean up layout direction APIs for Drawable by Fabrice Di Meglio · 12 years ago
  73. 1271e2c Remove USE_DISPLAY_LIST_PROPERTIES flag by Chet Haase · 12 years ago
  74. 4213804 Accessibility focus - framework by Svetoslav Ganov · 12 years ago
  75. db8c9a6 Optimization of alpha with DisplayList properties by Chet Haase · 12 years ago
  76. aac722a Fixes for bugs: 6104423, 6103563, 6103509, 6103807 & 6103253. by Philip Milne · 12 years ago
  77. 06e1ec6 Make Drawable RTL APIs public by Fabrice Di Meglio · 12 years ago
  78. 8a78fd4 AccessibilityEvent/AccessibilityNodeInfo class name property should be set to only framework classes. by Svetoslav Ganov · 13 years ago
  79. b241b4c Make the overridden ImageView#setVisibility remotable by Adam Powell · 13 years ago
  80. 6a939ae Fix access modifiers on ImageView overrides by Adam Powell · 13 years ago
  81. 37419d7 Fix bug 5581874 - Animated drawables don't start as expected by Adam Powell · 13 years ago
  82. ba1fe8e Issue 5432115: Speed up notification scrolling by Chet Haase · 13 years ago
  83. 031d9c1 Adding accessibility delegate mechanism for backwards compatibility support. by Svetoslav Ganov · 13 years ago
  84. 9e648c4 Invoke requestLayout() when drawables have different sizes. Bug #5142668 by Romain Guy · 13 years ago
  85. 2a0e99d Fix bug 5118908 - ImageView.setImageDrawable always requests layout by Adam Powell · 13 years ago
  86. 6179ea3 Adding accessibility support to the Status Bar. by Svetoslav Ganov · 13 years ago
  87. c005322 Add View.getResolvedLayoutDirection() by Fabrice Di Meglio · 13 years ago
  88. a98eef8 Fix overrides of isLayoutRtl(Drawable dr) by Fabrice Di Meglio · 13 years ago
  89. 6a03640 Add support for Gravity BEFORE and AFTER by Fabrice Di Meglio · 13 years ago
  90. 9fc2781 Correctly compute tex coords for rect layers. Bug #4192695 by Romain Guy · 13 years ago
  91. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  92. fd52b18 The beginnings of the new status bar. by Joe Onorato · 14 years ago
  93. e213677 Push the jumpDrawablesToCurrentState() thing off everywhere it should be. by Dianne Hackborn · 14 years ago
  94. e5ebcb0 Fix clipping issue in StackView. by Romain Guy · 14 years ago
  95. c6b0b77 Document blocking behavior of ImageView setImageURI and setImageResource by Brad Fitzpatrick · 14 years ago
  96. b493820 Round up ImageView translations to avoid nasty surprises. Bug #2499812 by Romain Guy · 14 years ago
  97. 42c7988 Apply alpha animations on ImageView instances. Bug #2479570 by Romain Guy · 14 years ago
  98. 2b95c24 Added more @RemotableViewMethod methods, mutate ImageView. by Jeff Sharkey · 14 years ago
  99. 9d8d9c2 Get correct density info when using resource URIs in ImageView by Bjorn Bringert · 15 years ago
  100. 0f8555b Allow resource and file URIs in ImageView.setImageURI() by Bjorn Bringert · 15 years ago