Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationWithMediaRouterActivity.java71 private DemoPresentation mPresentation;
175 mPresentation = new DemoPresentation(this, presentationDisplay); in updatePresentation()
261 private final static class DemoPresentation extends Presentation { class in PresentationWithMediaRouterActivity
264 public DemoPresentation(Context context, Display display) { in DemoPresentation() method in PresentationWithMediaRouterActivity.DemoPresentation
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DLocalPlayer.java380 private DemoPresentation mPresentation;
436 mPresentation = new DemoPresentation(getContext(), presentationDisplay); in updatePresentation()
533 private final class DemoPresentation extends Presentation { class in LocalPlayer.SurfaceViewPlayer
536 public DemoPresentation(Context context, Display display) { in DemoPresentation() method in LocalPlayer.SurfaceViewPlayer.DemoPresentation