Searched refs:DemoPresentation (Results 1 – 4 of 4) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 107 private final SparseArray<DemoPresentation> mActivePresentations = 108 new SparseArray<DemoPresentation>(); 181 DemoPresentation presentation = mActivePresentations.valueAt(i); in onPause() 208 DemoPresentation presentation = new DemoPresentation(this, display, contents); in showPresentation() 219 DemoPresentation presentation = mActivePresentations.get(displayId); in hidePresentation() 236 DemoPresentation presentation = mActivePresentations.get(displayId); in setPresentationDisplayMode() 354 DemoPresentation presentation = (DemoPresentation)dialog; 387 DemoPresentation presentation = mActivePresentations.get(displayId); in getView() 466 private final class DemoPresentation extends Presentation { class in PresentationActivity 470 public DemoPresentation(Context context, Display display, in DemoPresentation() method in PresentationActivity.DemoPresentation
|
D | PresentationWithMediaRouterActivity.java | 71 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/ |
D | LocalPlayer.java | 380 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
|
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
D | LocalPlayer.java | 391 private DemoPresentation mPresentation; 447 mPresentation = new DemoPresentation(getContext(), presentationDisplay); in updatePresentation() 544 private final class DemoPresentation extends Presentation { class in LocalPlayer.SurfaceViewPlayer 547 public DemoPresentation(Context context, Display display) { in DemoPresentation() method in LocalPlayer.SurfaceViewPlayer.DemoPresentation
|