Files
frameworks_base/core/java/android
Grace Kloba ac75f56600 Enable StreamLoader to be loaded in a separate thread.
Move ContentLoader and FileLoader to this new way
as they involves IO. Will work on CacheLoader later.

Change StreamLoader to contain a Handler instead of
derive from a Handler so that the Handler can be
created in the thread where load() is called.

Rename StreamLoader's old "LoadListener mHandler"
to mLoadListener.

Remove unused import and unreachable exception.

Fix http://b/issue?id=2158613

This improved page_cycler performance in moz/intl by
10-30% as we are not blocked by IO any more.
2010-02-04 08:59:10 -08:00
..
2010-02-02 18:33:29 -08:00
2010-01-29 13:29:51 -08:00
2010-02-03 12:42:26 -08:00
2010-02-02 18:33:29 -08:00
2010-02-02 17:31:34 -08:00
2010-01-14 14:57:20 -08:00
2010-02-03 11:04:58 -08:00