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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java415 final SurfaceSession mFxSession; field in class:WindowManagerService
743 mFxSession = new SurfaceSession();
801 getDefaultDisplayContentLocked().getDisplay(), mFxSession);
5483 getDefaultDisplayContentLocked().getDisplay(), mFxSession);
5966 rotation, mFxSession,
8616 SurfaceControl surfaceControl = new SurfaceControl(mFxSession,
9926 mFxSession, inTransaction, mPolicy.isDefaultOrientationForced());
9978 if (screenRotationAnimation.dismiss(mFxSession, MAX_ANIMATION_DURATION,
10062 mRealDisplayMetrics, mFxSession, toks);

Completed in 326 milliseconds