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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java137 WindowSurfaceController mSurfaceController; field in class:WindowStateAnimator
583 if (mSurfaceController != null) {
584 mSurfaceController.hideInTransaction(reason);
602 + mSurfaceController);
624 Slog.i(TAG, "commitFinishDrawingLocked: mDrawState=READY_TO_SHOW " + mSurfaceController);
650 if (mSurfaceController != null) {
651 mSurfaceController.setLayer(mAnimLayer + 1);
679 return mSurfaceController;
682 if (mSurfaceController != null) {
683 return mSurfaceController;
[all...]

Completed in 1748 milliseconds