Searched refs:mFxSession (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DimLayer.java | 101 mDimSurface = new WindowSurfaceController.SurfaceTrace(service.mFxSession, in constructSurface() 106 mDimSurface = new SurfaceControl(service.mFxSession, mName, in constructSurface()
|
D | WindowManagerService.java | 509 final SurfaceSession mFxSession; field in WindowManagerService 965 mFxSession = new SurfaceSession(); in WindowManagerService() 6022 mFxSession, in showCircularMask() 6051 mFxSession, in showEmulatorDisplayOverlay() 6105 getDefaultDisplayContentLocked().getDisplay(), mFxSession); in showStrictModeViolation() 6670 rotation, mFxSession, in updateRotationUncheckedLocked() 9778 mFxSession, inTransaction, mPolicy.isDefaultOrientationForced(), isSecure); in startFreezingDisplayLocked() 9835 if (screenRotationAnimation.dismiss(mFxSession, MAX_ANIMATION_DURATION, in stopFreezingDisplayLocked() 9917 mRealDisplayMetrics, mFxSession, toks); in createWatermarkInTransaction()
|
D | AccessibilityController.java | 674 surfaceControl = new SurfaceControl(mWindowManagerService.mFxSession, in ViewportWindow()
|
D | WindowSurfacePlacer.java | 1642 SurfaceControl surfaceControl = new SurfaceControl(mService.mFxSession, in createThumbnailAppAnimator()
|