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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java 45 private static final int MSG_RUN_OBJECT = 3;
90 case MSG_RUN_OBJECT:
208 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
AlbumSetDataLoader.java 47 private static final int MSG_RUN_OBJECT = 3;
92 case MSG_RUN_OBJECT:
302 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
PhotoDataAdapter.java 60 private static final int MSG_RUN_OBJECT = 3;
190 case MSG_RUN_OBJECT:
809 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
831 mMainHandler.obtainMessage(MSG_RUN_OBJECT, this));
859 mMainHandler.obtainMessage(MSG_RUN_OBJECT, task));
    [all...]

Completed in 153 milliseconds