OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_UNLOADED
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
BasicTexture.java
32
protected static final int
STATE_UNLOADED
= 0;
64
this(null, 0,
STATE_UNLOADED
);
166
mState =
STATE_UNLOADED
;
195
t.mState =
STATE_UNLOADED
;
UploadedTexture.java
71
super(null, 0,
STATE_UNLOADED
);
Completed in 64 milliseconds