OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_RUN_OBJECT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java
44
private static final int
MSG_RUN_OBJECT
= 3;
91
case
MSG_RUN_OBJECT
:
225
mMainHandler.obtainMessage(
MSG_RUN_OBJECT
, task));
AlbumSetDataLoader.java
46
private static final int
MSG_RUN_OBJECT
= 3;
91
case
MSG_RUN_OBJECT
:
316
mMainHandler.obtainMessage(
MSG_RUN_OBJECT
, task));
PhotoDataAdapter.java
59
private static final int
MSG_RUN_OBJECT
= 3;
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));
[
all
...]
Completed in 50 milliseconds