Searched defs:mSurfaceController (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java123 WindowSurfaceController mSurfaceController; field in class:WindowStateAnimator
318 if (mSurfaceController != null) {
319 mSurfaceController.hide(transaction, reason);
342 + mSurfaceController);
364 Slog.i(TAG, "commitFinishDrawingLocked: mDrawState=READY_TO_SHOW " + mSurfaceController);
390 if (mSurfaceController != null) {
394 mSurfaceController.mSurfaceControl.setLayer(1);
405 if (mSurfaceController != null) {
413 mSurfaceController.mSurfaceControl.getHandle())
453 if (mSurfaceController !
[all...]

Completed in 88 milliseconds