OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SnailAlbum
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
SnailAlbum.java
22
public class
SnailAlbum
extends SingleItemAlbum {
24
private static final String TAG = "
SnailAlbum
";
27
public
SnailAlbum
(Path path, SnailItem item) {
SnailSource.java
47
return new
SnailAlbum
(path, item);
56
// Registers a new
SnailAlbum
containing a SnailItem and returns the id of
57
// them. You can obtain the Path of the
SnailAlbum
and SnailItem associated
/packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java
58
import com.android.gallery3d.data.
SnailAlbum
;
159
private
SnailAlbum
mScreenNailSet;
407
mScreenNailSet = (
SnailAlbum
) mActivity.getDataManager()
[
all
...]
Completed in 36 milliseconds