HomeSort by relevance Sort by last modified time
    Searched refs:selectedDisplay (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 156 Display selectedDisplay = null;
158 selectedDisplay = selectedRoute.getPresentationDisplay();
167 if (mPresentation != null && mPresentation.getDisplay() != selectedDisplay) {
180 if (mPresentation == null && selectedDisplay != null) {
183 mPresentation = new SamplePresentation(this, selectedDisplay);
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
MainActivity.java 156 Display selectedDisplay = null;
158 selectedDisplay = selectedRoute.getPresentationDisplay();
167 if (mPresentation != null && mPresentation.getDisplay() != selectedDisplay) {
180 if (mPresentation == null && selectedDisplay != null) {
183 mPresentation = new SamplePresentation(this, selectedDisplay);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
MainActivity.java 156 Display selectedDisplay = null;
158 selectedDisplay = selectedRoute.getPresentationDisplay();
167 if (mPresentation != null && mPresentation.getDisplay() != selectedDisplay) {
180 if (mPresentation == null && selectedDisplay != null) {
183 mPresentation = new SamplePresentation(this, selectedDisplay);

Completed in 77 milliseconds