Files
frameworks_base/core/java/android/widget
Alan Viverette 39bed695ce Fix FastScroller regression for non-UI threads
Previously it was safe to call setFastScrollEnabled() and
setFastScrollAlwaysVisible() off the UI thread. After switching
FastScroller to use an Overlay, these methods stopped working.

This change ensures that all direct interaction with FastScroller
happens on the thread that created the host AbsListView.

BUG: 10210504
Change-Id: Ib6d9bd9212965420c0de39546652e3bc2d32ff8b
2013-08-07 15:47:04 -07:00
..
2013-07-10 16:40:30 -07:00
2013-01-11 23:44:11 -08:00
2013-07-23 13:09:51 -07:00
2013-04-30 11:19:39 -07:00