Home
last modified time | relevance | path

Searched refs:mSurfaceFactory (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceFreezer.java86 mSnapshot = new Snapshot(mWmService.mSurfaceFactory, t, snapshot, mLeash); in freeze()
DTaskSnapshotSurface.java287 mSurface = service.mSurfaceFactory.get(); in TaskSnapshotSurface()
382 Surface surface = mService.mSurfaceFactory.get(); in drawSizeMismatchSnapshot()
DScreenRotationAnimation.java215 final Surface surface = mService.mSurfaceFactory.get(); in ScreenRotationAnimation()
DWindowManagerService.java1016 final Supplier<Surface> mSurfaceFactory; field in WindowManagerService
1178 mSurfaceFactory = surfaceFactory; in WindowManagerService()
3559 mEmulatorDisplayOverlay = new EmulatorDisplayOverlay(mSurfaceFactory, mContext, in showEmulatorDisplayOverlay()
3599 mStrictModeFlash = new StrictModeFlash(mSurfaceFactory, in showStrictModeViolation()
5754 mWatermark = new Watermark(mSurfaceFactory, displayContent, in createWatermark()
DAccessibilityController.java877 private final Surface mSurface = mService.mSurfaceFactory.get();
DActivityRecord.java6055 mThumbnail = new WindowContainerThumbnail(mWmService.mSurfaceFactory, in attachThumbnailAnimation()
6085 mThumbnail = new WindowContainerThumbnail(mWmService.mSurfaceFactory, in attachCrossProfileAppsThumbnailAnimation()