OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_LOAD_FINISH
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java
43
private static final int
MSG_LOAD_FINISH
= 2;
97
case
MSG_LOAD_FINISH
:
347
mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START :
MSG_LOAD_FINISH
);
AlbumSetDataLoader.java
45
private static final int
MSG_LOAD_FINISH
= 2;
97
case
MSG_LOAD_FINISH
:
335
mMainHandler.sendEmptyMessage(loading ? MSG_LOAD_START :
MSG_LOAD_FINISH
);
PhotoDataAdapter.java
58
private static final int
MSG_LOAD_FINISH
= 2;
203
case
MSG_LOAD_FINISH
: {
[
all
...]
Completed in 467 milliseconds