Home | History | Annotate | Download | only in player

Lines Matching defs:mPresentation

380         private DemoPresentation mPresentation;
405 if (mPresentation != null) {
407 mPresentation.dismiss();
408 mPresentation = null;
426 if (mPresentation != null && mPresentation.getDisplay() != presentationDisplay) {
429 mPresentation.dismiss();
430 mPresentation = null;
434 if (mPresentation == null && presentationDisplay != null) {
436 mPresentation = new DemoPresentation(getContext(), presentationDisplay);
437 mPresentation.setOnDismissListener(mOnDismissListener);
439 mPresentation.show();
443 mPresentation = null;
482 if (mPresentation == null) {
503 mPresentation.updateSize(width, height);
510 if (mPresentation != null) {
524 if (dialog == mPresentation) {
526 mPresentation = null;