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

  /developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/java/com/example/android/media/basicmediarouter/
MainActivity.java 65 private SamplePresentation mPresentation;
170 if (mPresentation != null && mPresentation.getDisplay() != selectedDisplay) {
171 mPresentation.dismiss();
172 mPresentation = null;
183 if (mPresentation == null && selectedDisplay != null) {
186 mPresentation = new SamplePresentation(this, selectedDisplay);
187 mPresentation.setOnDismissListener(mOnDismissListener);
192 mPresentation.show();
199 mPresentation = null
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java 71 private DemoPresentation mPresentation;
134 if (mPresentation != null) {
136 mPresentation.dismiss();
137 mPresentation = null;
165 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
168 mPresentation.dismiss();
169 mPresentation = null;
173 if (mPresentation == null && presentationDisplay != null) {
175 mPresentation = new DemoPresentation(this, presentationDisplay)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 101 private final PropertyEditorPresentation mPresentation =
111 return mPresentation;

Completed in 836 milliseconds