index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
widget
/
ImageView.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Added min/max values and descriptions for alpha getter/setter
Kevin Hufnagle
2016-09-23
1
-2
/
+5
*
Revert "Only call Drawable.setVisible(false) for visible outgoing drawables"
Adam Powell
2016-03-31
1
-9
/
+3
*
Only call Drawable.setVisible(false) for visible outgoing drawables
Adam Powell
2016-03-22
1
-3
/
+9
*
Dispatch aggregated visibility when performing attachViewToParent
Adam Powell
2016-03-17
1
-3
/
+6
*
Refinement for onVisibilityAggregated
Adam Powell
2016-03-16
1
-3
/
+3
*
Add View#onVisibilityAggregated
Adam Powell
2016-03-15
1
-20
/
+5
*
Add consistent @NonNull annotations for drawable callbacks
Alan Viverette
2016-03-11
1
-2
/
+2
*
Added support for async inflation of RemoteViews
Sunny Goyal
2016-01-11
1
-36
/
+83
*
Merge "Update drawable matrix when bounds change in invalidateDrawable()" int...
Alan Viverette
2015-10-20
1
-0
/
+2
|
\
|
*
Update drawable matrix when bounds change in invalidateDrawable()
Alan Viverette
2015-10-20
1
-0
/
+2
*
|
Invalidate when Drawable.setState() returns true
Alan Viverette
2015-09-04
1
-3
/
+4
*
|
Pass Resources when loading ImageView source from stream
Alan Viverette
2015-08-25
1
-3
/
+9
*
|
Clean up ImageView
Alan Viverette
2015-08-25
1
-99
/
+92
*
|
am ddc15988: am f7d8577e: am 42c70645: am aed2e8ba: am da493aa6: Merge "Avoid...
Chet Haase
2015-08-06
1
-0
/
+4
|
\
|
|
*
Avoid changing internal state of shared drawable
Chet Haase
2015-08-06
1
-0
/
+4
*
|
Remove ImageViewBitmapDrawable class
Chris Craik
2015-07-16
1
-14
/
+2
|
/
*
Improve ImageView drawable re-use
John Reck
2015-07-10
1
-10
/
+13
*
Teach ImageView to recycle internal drawables
John Reck
2015-07-09
1
-1
/
+21
*
Handle null argument in ImageView.setImageIcon()
Alan Viverette
2015-06-30
1
-11
/
+15
*
ImageView updates cached drawable dimensions when drawable updates
Chet Haase
2015-06-17
1
-1
/
+10
*
Use real rounding in ImageView bounds configuration
Adam Powell
2015-06-05
1
-5
/
+5
*
Fix build; doc link in ImageView
Chris Banes
2015-05-14
1
-1
/
+1
*
Add Icon support to ImageView.
Dan Sandler
2015-05-13
1
-0
/
+17
*
Use new hierarchy viewer protocol in all View subclasses
Siva Velusamy
2015-05-07
1
-0
/
+9
*
Documents the ImageView.ScaleType attributes
Joseph Cooper
2015-04-03
1
-2
/
+9
*
Remove unused imports in frameworks/base.
John Spurlock
2015-02-28
1
-1
/
+0
*
Add @ResourceInt annotations on APIs
Tor Norbye
2015-02-18
1
-1
/
+2
*
Add @Nullable to AttributeSet in a couple constructors
Scott Kennedy
2015-02-10
1
-3
/
+4
*
First quick implementation of auto assist data.
Dianne Hackborn
2015-02-06
1
-11
/
+2
*
Fix accessibility delegation
Alan Viverette
2015-01-07
1
-6
/
+9
*
Ensure ImageView.setImageResource() always resolves Drawable
Alan Viverette
2014-10-29
1
-11
/
+11
*
Update drawable state after updating tint list
Alan Viverette
2014-10-29
1
-0
/
+7
*
Protect against ImageView changing to a null Drawable during Transition.
George Mount
2014-10-07
1
-0
/
+3
*
Always apply ImageView's tint attribute using SRC_ATOP by default
Alan Viverette
2014-09-15
1
-5
/
+4
*
Clean up view drawable tinting methods, fix default modes
Alan Viverette
2014-09-14
1
-14
/
+31
*
Separate tint and tintMode properties
Alan Viverette
2014-08-06
1
-18
/
+19
*
Clean up view tinting APIs, tileModeX/Y attribute docs
Alan Viverette
2014-07-22
1
-30
/
+14
*
Don't use overlay to transition ImageViews.
George Mount
2014-06-25
1
-0
/
+14
*
Fix switch & slider anim, make View drawable hotspot API public
Alan Viverette
2014-06-18
1
-4
/
+2
*
Add attributes and accessors for tinting View drawables
Alan Viverette
2014-06-17
1
-10
/
+112
*
Support hotspots in View drawables
Alan Viverette
2014-06-13
1
-1
/
+11
*
Clean up drawable theming APIs
Alan Viverette
2014-06-02
1
-1
/
+1
*
Implement APIs for obtaining, caching themed Drawables
Alan Viverette
2014-03-24
1
-1
/
+1
*
Add APIs for obtaining themed Drawable from Theme, Context
Alan Viverette
2014-02-03
1
-2
/
+2
*
Fix ordering of dimension caching during ImageView.setResource()
Alan Viverette
2014-02-03
1
-3
/
+3
*
am be878d87: am b6a4926c: am 647db9fa: am 76ecd66a: am 0196e561: Fix typo in ...
John Spurlock
2014-02-03
1
-1
/
+1
|
\
|
*
am 0196e561: Fix typo in ImageView.java
John Spurlock
2014-02-03
1
-1
/
+1
|
|
\
|
|
*
Fix typo in ImageView.java
John Spurlock
2014-02-03
1
-1
/
+1
*
|
|
Correctly report isOpaque() from ImageView
Alan Viverette
2013-12-12
1
-0
/
+33
*
|
|
am 40c81e4a: am 3105b6d2: am 12c32b4d: Merge "Make quick settings show the st...
Jeff Brown
2013-11-11
1
-0
/
+1
|
\
|
|
[next]