Home | History | Annotate | Download | only in wm

Lines Matching defs:mSurface

46     Surface mSurface;
130 pw.print(prefix); pw.print("mSurface="); pw.print(mSurface);
222 mSurface = new SurfaceTrace(session, "FreezeSurface",
226 mSurface = new Surface(session, "FreezeSurface",
230 if (!mSurface.isValid()) {
232 mSurface = null;
235 mSurface.setLayerStack(mDisplay.getLayerStack());
236 mSurface.setLayer(FREEZE_LAYER + 1);
237 mSurface.setAlpha(0);
238 mSurface.show();
245 " FREEZE " + mSurface + ": CREATE");
258 return mSurface != null;
268 if (mSurface != null) {
270 mSurface.setPosition(mTmpFloats[Matrix.MTRANS_X],
272 mSurface.setMatrix(
275 mSurface.setAlpha(alpha);
341 if (mSurface == null) {
588 if (mSurface == null) {
606 if (mSurface != null) {
609 " FREEZE " + mSurface + ": DESTROY");
610 mSurface.destroy();
611 mSurface = null;
865 if (mSurface != null) {
868 mSurface.hide();