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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAlbumDataAdapter.java43 private static final int MSG_LOAD_FINISH = 2; field in class:AlbumDataAdapter
90 case MSG_LOAD_FINISH:
316 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DAlbumSetDataAdapter.java46 private static final int MSG_LOAD_FINISH = 2; field in class:AlbumSetDataAdapter
93 case MSG_LOAD_FINISH:
315 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
H A DPhotoDataAdapter.java55 private static final int MSG_LOAD_FINISH = 2; field in class:PhotoDataAdapter
182 case MSG_LOAD_FINISH: {
766 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);

Completed in 170 milliseconds