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 137 WindowSurfaceController mSurfaceController;
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...]
WindowState.java     [all...]

Completed in 1027 milliseconds