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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardDisplayManager.java 98 Display presentationDisplay = useDisplay ? route.getPresentationDisplay() : null;
100 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
106 if (mPresentation == null && presentationDisplay != null) {
107 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
108 mPresentation = new KeyguardPresentation(mContext, presentationDisplay,
  /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);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
LocalPlayer.java 434 Display presentationDisplay = mRoute != null ? mRoute.getPresentationDisplay() : null;
437 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
445 if (mPresentation == null && presentationDisplay != null) {
446 Log.i(TAG, "Showing presentation on display: " + presentationDisplay);
447 mPresentation = new DemoPresentation(getContext(), 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 755 Display presentationDisplay =
757 if (presentationDisplay != null) {
758 builder.setPresentationDisplayId(presentationDisplay.getDisplayId());
    [all...]
  /frameworks/base/media/java/android/media/
MediaRouter.java     [all...]
  /prebuilts/sdk/current/support/v7/mediarouter/libs/
android-support-v7-mediarouter.jar 

Completed in 524 milliseconds