Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java240 private ScreenCapture.ScreenshotHardwareBuffer mAnimatingOutBubbleBuffer; field in BubbleStackView
3116 if (mAnimatingOutBubbleBuffer != null) { in screenshotAnimatingOutBubbleIntoSurface()
3129 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
3130 || mAnimatingOutBubbleBuffer.getHardwareBuffer() == null) { in screenshotAnimatingOutBubbleIntoSurface()
3156 mAnimatingOutBubbleBuffer.getHardwareBuffer().getWidth(); in screenshotAnimatingOutBubbleIntoSurface()
3158 mAnimatingOutBubbleBuffer.getHardwareBuffer().getHeight(); in screenshotAnimatingOutBubbleIntoSurface()
3164 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
3178 mAnimatingOutBubbleBuffer.getHardwareBuffer(), in screenshotAnimatingOutBubbleIntoSurface()
3179 mAnimatingOutBubbleBuffer.getColorSpace()); in screenshotAnimatingOutBubbleIntoSurface()
3197 if (mAnimatingOutBubbleBuffer != null in releaseAnimatingOutBubbleBuffer()
[all …]