Home
last modified time | relevance | path

Searched refs:DirectoryEntry (Results 1 – 3 of 3) sorted by relevance

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DDirectory.java24 new DirectoryCategory("Balloons", new DirectoryEntry[] { in initializeDirectory()
25 new DirectoryEntry("Red Balloon", R.drawable.red_balloon), in initializeDirectory()
26 new DirectoryEntry("Green Balloon", R.drawable.green_balloon), in initializeDirectory()
27 new DirectoryEntry("Blue Balloon", R.drawable.blue_balloon)}), in initializeDirectory()
28 new DirectoryCategory("Bikes", new DirectoryEntry[] { in initializeDirectory()
29 new DirectoryEntry("Old school huffy", R.drawable.blue_bike), in initializeDirectory()
30 new DirectoryEntry("New Bikes", R.drawable.rainbow_bike), in initializeDirectory()
31 new DirectoryEntry("Chrome Fast", R.drawable.chrome_wheel)}), in initializeDirectory()
32 new DirectoryCategory("Androids", new DirectoryEntry[] { in initializeDirectory()
33 new DirectoryEntry("Steampunk Android", R.drawable.punk_droid), in initializeDirectory()
[all …]
DDirectoryCategory.java21 private DirectoryEntry[] entries;
23 public DirectoryCategory(String name, DirectoryEntry[] entries) { in DirectoryCategory()
36 public DirectoryEntry getEntry(int i) { in getEntry()
DDirectoryEntry.java24 public class DirectoryEntry { class
28 public DirectoryEntry(String name, int resID) { in DirectoryEntry() method in DirectoryEntry