OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnailSource
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailSource.java
20
public class
SnailSource
extends MediaSource {
22
private static final String TAG = "
SnailSource
";
30
public
SnailSource
(GalleryApp application) {
DataManager.java
127
addSource(new
SnailSource
(mApplication));
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java
60
import com.android.gallery3d.data.
SnailSource
;
404
int id =
SnailSource
.newId();
405
Path screenNailSetPath =
SnailSource
.getSetPath(id);
406
Path screenNailItemPath =
SnailSource
.getItemPath(id);
[
all
...]
Completed in 74 milliseconds