HomeSort by relevance Sort by last modified time
    Searched refs:MSG_LOAD_FINISH (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 44 private static final int MSG_LOAD_FINISH = 2;
96 case MSG_LOAD_FINISH:
318 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
AlbumSetDataLoader.java 46 private static final int MSG_LOAD_FINISH = 2;
98 case MSG_LOAD_FINISH:
321 mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START : MSG_LOAD_FINISH);
PhotoDataAdapter.java 59 private static final int MSG_LOAD_FINISH = 2;
199 case MSG_LOAD_FINISH: {
    [all...]

Completed in 78 milliseconds