Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTaskScreenshotAnimatable.java72 surface.attachAndQueueBufferWithColorSpace(buffer, screenshotBuffer.getColorSpace()); in TaskScreenshotAnimatable()
DTaskSnapshotSurface.java310 mSurface.attachAndQueueBufferWithColorSpace(mSnapshot.getSnapshot(), in drawSizeMatchSnapshot()
359 surface.attachAndQueueBufferWithColorSpace(buffer, mSnapshot.getColorSpace()); in drawSizeMismatchSnapshot()
DScreenRotationAnimation.java282 surface.attachAndQueueBufferWithColorSpace(gb.getGraphicBuffer(), in ScreenRotationAnimation()
/frameworks/base/core/java/android/view/
DSurface.java709 public void attachAndQueueBufferWithColorSpace(GraphicBuffer buffer, ColorSpace colorSpace) { in attachAndQueueBufferWithColorSpace() method in Surface
732 attachAndQueueBufferWithColorSpace(buffer, ColorSpace.get(ColorSpace.Named.SRGB)); in attachAndQueueBuffer()
DSurfaceControl.java1854 consumer.attachAndQueueBufferWithColorSpace(buffer.getGraphicBuffer(), in screenshot()