Searched refs:MSG_RUN_OBJECT (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataLoader.java44 private static final int MSG_RUN_OBJECT = 3; field in class:AlbumDataLoader
91 case MSG_RUN_OBJECT:
225 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
H A DAlbumSetDataLoader.java46 private static final int MSG_RUN_OBJECT = 3; field in class:AlbumSetDataLoader
91 case MSG_RUN_OBJECT:
316 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
H A DPhotoDataAdapter.java59 private static final int MSG_RUN_OBJECT = 3; field in class:PhotoDataAdapter
194 case MSG_RUN_OBJECT:
864 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
886 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
915 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));

Completed in 704 milliseconds