Home
last modified time | relevance | path

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

/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/
DPresentTestFragment.java70 private SparseArray<DemoPresentationContents> mSavedPresentationContents;
88 mSavedPresentationContents = new SparseArray<DemoPresentationContents>(); in onCreateView()
167 DemoPresentationContents contents = in setupListeners()
168 new DemoPresentationContents(getNextPhoto()); in setupListeners()
205 private void showPresentation(Display display, DemoPresentationContents contents) { in showPresentation()
268 DemoPresentationContents contents = presentation != null in getView()
314 private DemoPresentationContents mContents;
316 DemoPresentation(Context context, Display display, DemoPresentationContents contents) { in DemoPresentation()
344 private static final class DemoPresentationContents implements Parcelable { class in PresentTestFragment
357 public static final Creator<DemoPresentationContents> CREATOR =
[all …]