Home | History | Annotate | Download | only in view

Lines Matching refs:mWindow

103     MyWindow mWindow;
271 if (mWindow != null) {
273 mSession.remove(mWindow);
277 mWindow = null;
445 final boolean creating = mWindow == null;
493 if (mWindow == null) {
495 mWindow = new MyWindow(this);
498 mSession.addToDisplayWithoutInputChannel(mWindow, mWindow.mSeq, mLayout,
517 mWindow, mWindow.mSeq, mLayout, mWidth, mHeight,
610 mSession.finishDrawing(mWindow);
612 mSession.performDeferredDestroy(mWindow);
760 if (mWindow != null) {
817 + mDrawingStopped + ", win=" + mWindow);
820 if (!mDrawingStopped && mWindow != null) {