Home | History | Annotate | Download | only in projection

Lines Matching defs:mPresentation

87                     mPresentation = createPresentation(viewType);
88 if (mPresentation == null) {
92 mPresentation.show();
103 if (mPresentation != null) {
104 mPresentation.dismiss();
105 mPresentation = null;
122 if (mPresentation != null) {
123 mPresentation.injectTouchEvent(event);
136 if (mPresentation != null) {
137 mPresentation.injectKeyEvent(event);
147 private ProjectedPresentation mPresentation;