HomeSort by relevance Sort by last modified time
    Searched refs:presentationDisplay (Results 1 - 2 of 2) 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/support/v7/mediarouter/src/android/support/v7/media/
SystemMediaRouteProvider.java 722 Display presentationDisplay =
724 if (presentationDisplay != null) {
725 builder.setPresentationDisplayId(presentationDisplay.getDisplayId());
    [all...]

Completed in 150 milliseconds