Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java224 private SurfaceControl.ScreenshotHardwareBuffer mAnimatingOutBubbleBuffer; field in BubbleStackView
2729 if (mAnimatingOutBubbleBuffer != null) { in screenshotAnimatingOutBubbleIntoSurface()
2742 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
2743 || mAnimatingOutBubbleBuffer.getHardwareBuffer() == null) { in screenshotAnimatingOutBubbleIntoSurface()
2766 mAnimatingOutBubbleBuffer.getHardwareBuffer().getWidth(); in screenshotAnimatingOutBubbleIntoSurface()
2768 mAnimatingOutBubbleBuffer.getHardwareBuffer().getHeight(); in screenshotAnimatingOutBubbleIntoSurface()
2774 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
2788 mAnimatingOutBubbleBuffer.getHardwareBuffer(), in screenshotAnimatingOutBubbleIntoSurface()
2789 mAnimatingOutBubbleBuffer.getColorSpace()); in screenshotAnimatingOutBubbleIntoSurface()
2807 if (mAnimatingOutBubbleBuffer != null in releaseAnimatingOutBubbleBuffer()
[all …]