OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
);
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java
423
Display
presentationDisplay
= mRoute != null ? mRoute.getPresentationDisplay() : null;
426
if (mPresentation != null && mPresentation.getDisplay() !=
presentationDisplay
) {
434
if (mPresentation == null &&
presentationDisplay
!= null) {
435
Log.i(TAG, "Showing presentation on display: " +
presentationDisplay
);
436
mPresentation = new DemoPresentation(getContext(),
presentationDisplay
);
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
LocalPlayer.java
423
Display
presentationDisplay
= mRoute != null ? mRoute.getPresentationDisplay() : null;
426
if (mPresentation != null && mPresentation.getDisplay() !=
presentationDisplay
) {
434
if (mPresentation == null &&
presentationDisplay
!= null) {
435
Log.i(TAG, "Showing presentation on display: " +
presentationDisplay
);
436
mPresentation = new DemoPresentation(getContext(),
presentationDisplay
);
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
LocalPlayer.java
423
Display
presentationDisplay
= mRoute != null ? mRoute.getPresentationDisplay() : null;
426
if (mPresentation != null && mPresentation.getDisplay() !=
presentationDisplay
) {
434
if (mPresentation == null &&
presentationDisplay
!= null) {
435
Log.i(TAG, "Showing presentation on display: " +
presentationDisplay
);
436
mPresentation = new DemoPresentation(getContext(),
presentationDisplay
);
Completed in 1586 milliseconds