HomeSort by relevance Sort by last modified time
    Searched refs:photoItems (Results 1 - 2 of 2) sorted by null

  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
SearchFragment.java 197 ArrayList<PhotoItem> photoItems = new ArrayList<>();
198 photoItems.add(new PhotoItem(
202 photoItems.add(new PhotoItem(
207 photoItems.add(new PhotoItem(
212 photoItems.add(new PhotoItem(
216 photoItems.add(new PhotoItem(
220 photoItems.add(new PhotoItem(
225 photoItems.add(new PhotoItem(
230 photoItems.add(new PhotoItem(
235 photoItems.add(new PhotoItem
    [all...]
SearchSupportFragment.java 198 ArrayList<PhotoItem> photoItems = new ArrayList<>();
199 photoItems.add(new PhotoItem(
203 photoItems.add(new PhotoItem(
208 photoItems.add(new PhotoItem(
213 photoItems.add(new PhotoItem(
217 photoItems.add(new PhotoItem(
221 photoItems.add(new PhotoItem(
226 photoItems.add(new PhotoItem(
231 photoItems.add(new PhotoItem(
236 photoItems.add(new PhotoItem
    [all...]

Completed in 550 milliseconds