Files
frameworks_base/core/java/android/widget
Chet Haase 6c8fef7fb8 Avoid null-deref crashes in ScrollBarDrawable
Some of the code in ScrollBarDrawable automatically derefs
the horizontal and/or vertical thumb objects. The drawable can
sometimes be in a state where these objects are null, causing
a null deref. This fix simply avoids dereferencing null objects.

Also, fixed doc bug in attrs.xml for Transition tags.

Issue #13210554 Transition style documentation refers to 'move' instead of 'changeBounds'
Issue #15636059 ScrollBarDrawable crashes in setAlpha() and other methods when thumbs are null

Change-Id: I6664ba17dae0845de8a8658381ae6e9c9ef99214
2014-06-30 14:15:03 -07:00
..
2013-11-01 02:38:01 +00:00
2014-06-24 00:04:05 +00:00
2014-05-24 21:02:45 -07:00
2014-06-06 15:48:55 -07:00
2014-03-28 15:56:51 -07:00
2014-06-06 15:48:55 -07:00