Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java119 private SurfaceControl mChildSurfaceControl; field in TaskSnapshotSurface
328 mChildSurfaceControl = new SurfaceControl.Builder(session) in drawSizeMismatchSnapshot()
335 surface.copyFrom(mChildSurfaceControl); in drawSizeMismatchSnapshot()
342 mChildSurfaceControl.show(); in drawSizeMismatchSnapshot()
347 mChildSurfaceControl.setWindowCrop(crop); in drawSizeMismatchSnapshot()
348 mChildSurfaceControl.setPosition(frame.left, frame.top); in drawSizeMismatchSnapshot()
355 mChildSurfaceControl.setMatrix(scale, 0, 0, scale); in drawSizeMismatchSnapshot()