HomeSort by relevance Sort by last modified time
    Searched full:presentationdisplay (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 162 Display presentationDisplay = route != null ? route.getPresentationDisplay() : null;
165 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
173 if (mPresentation == null && presentationDisplay != null) {
174 Log.i(TAG, "Showing presentation on display: " + presentationDisplay);
175 mPresentation = new DemoPresentation(this, presentationDisplay);
  /frameworks/base/core/java/android/app/
Presentation.java 86 * Display presentationDisplay = route.getPresentationDisplay();
87 * if (presentationDisplay != null) {
88 * Presentation presentation = new MyPresentation(context, presentationDisplay);
124 * Presentation presentation = new MyPresentation(context, presentationDisplay);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 722 Display presentationDisplay =
724 if (presentationDisplay != null) {
725 builder.setPresentationDisplayId(presentationDisplay.getDisplayId());
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]

Completed in 812 milliseconds