Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/
H A DPresentTestFragment.java72 private final SparseArray<DemoPresentation> mActivePresentations =
73 new SparseArray<DemoPresentation>();
131 DemoPresentation presentation = (DemoPresentation) dialog; in setupListeners()
196 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause()
215 DemoPresentation presentation = new DemoPresentation(getContext(), display, contents); in showPresentation()
226 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation()
267 DemoPresentation presentation = mActivePresentations.get(displayId); in getView()
313 private static final class DemoPresentation extends Presentation { class in PresentTestFragment
316 DemoPresentation(Context context, Display display, DemoPresentationContents contents) { in DemoPresentation() method in PresentTestFragment.DemoPresentation
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java40 public final class DemoPresentation extends Presentation { class
47 public DemoPresentation(Context context, Display display, Logger logger) { in DemoPresentation() method in DemoPresentation
/aosp12/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/
H A DSourceActivity.java20 import com.android.accessorydisplay.source.presentation.DemoPresentation;
237 private DemoPresentation mPresentation;
243 mPresentation = new DemoPresentation(SourceActivity.this, display, mLogger); in onDisplayAdded()