HomeSort by relevance Sort by last modified time
    Searched defs:mSurfaceController (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowStateAnimator.java 140 WindowSurfaceController mSurfaceController;
586 if (mSurfaceController != null) {
587 mSurfaceController.hideInTransaction(reason);
605 + mSurfaceController);
627 Slog.i(TAG, "commitFinishDrawingLocked: mDrawState=READY_TO_SHOW " + mSurfaceController);
653 if (mSurfaceController != null) {
654 mSurfaceController.setLayer(mAnimLayer + 1);
682 return mSurfaceController;
685 if (mSurfaceController != null) {
686 return mSurfaceController;
    [all...]
WindowState.java     [all...]

Completed in 188 milliseconds