Searched refs:mFxSession (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DimLayer.java | 76 mDimSurface = new WindowStateAnimator.SurfaceTrace(service.mFxSession, in DimLayer() 81 mDimSurface = new SurfaceControl(service.mFxSession, TAG, in DimLayer()
|
D | WindowManagerService.java | 443 final SurfaceSession mFxSession; field in WindowManagerService 916 mFxSession = new SurfaceSession(); in WindowManagerService() 994 getDefaultDisplayContentLocked().getDisplay(), mFxSession); in WindowManagerService() 5998 mFxSession, in showCircularMask() 6027 mFxSession, in showEmulatorDisplayOverlay() 6081 getDefaultDisplayContentLocked().getDisplay(), mFxSession); in showStrictModeViolation() 6642 rotation, mFxSession, in updateRotationUncheckedLocked() 9517 SurfaceControl surfaceControl = new SurfaceControl(mFxSession, in handleAppTransitionReadyLocked() 10837 mFxSession, inTransaction, mPolicy.isDefaultOrientationForced(), isSecure); in startFreezingDisplayLocked() 10891 if (screenRotationAnimation.dismiss(mFxSession, MAX_ANIMATION_DURATION, in stopFreezingDisplayLocked() [all …]
|
D | AccessibilityController.java | 651 surfaceControl = new SurfaceControl(mWindowManagerService.mFxSession, in ViewportWindow()
|