Searched defs:PhotoItem (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | PhotoItem.java | 19 public class PhotoItem implements Parcelable { class 25 public PhotoItem(String title, int imageResourceId) { in PhotoItem() method in PhotoItem 29 public PhotoItem(String title, int imageResourceId, int id) { in PhotoItem() method in PhotoItem 34 public PhotoItem(String title, String content, int imageResourceId) { in PhotoItem() method in PhotoItem 42 public PhotoItem(String title, String content, int imageResourceId, int id) { in PhotoItem() method in PhotoItem 92 private PhotoItem(Parcel in) { in PhotoItem() method in PhotoItem
|
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/app/ |
D | PhotoItem.java | 21 public class PhotoItem implements Parcelable { class 26 public PhotoItem(String title, int imageResourceId) { in PhotoItem() method in PhotoItem 30 public PhotoItem(String title, String content, int imageResourceId) { in PhotoItem() method in PhotoItem 77 private PhotoItem(Parcel in) { in PhotoItem() method in PhotoItem
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/leanback/ |
D | PhotoItem.java | 21 public class PhotoItem implements Parcelable { class 26 public PhotoItem(String title, long id) { in PhotoItem() method in PhotoItem 68 private PhotoItem(Parcel in) { in PhotoItem() method in PhotoItem
|