Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java256 private ScreenCapture.ScreenshotHardwareBuffer mAnimatingOutBubbleBuffer; field in BubbleStackView
3422 if (mAnimatingOutBubbleBuffer != null) { in screenshotAnimatingOutBubbleIntoSurface()
3427 mAnimatingOutBubbleBuffer = animatingOutExpandedView.snapshotActivitySurface(); in screenshotAnimatingOutBubbleIntoSurface()
3435 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
3436 || mAnimatingOutBubbleBuffer.getHardwareBuffer() == null) { in screenshotAnimatingOutBubbleIntoSurface()
3461 mAnimatingOutBubbleBuffer.getHardwareBuffer().getWidth(); in screenshotAnimatingOutBubbleIntoSurface()
3463 mAnimatingOutBubbleBuffer.getHardwareBuffer().getHeight(); in screenshotAnimatingOutBubbleIntoSurface()
3469 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
3470 || mAnimatingOutBubbleBuffer.getHardwareBuffer() == null in screenshotAnimatingOutBubbleIntoSurface()
3471 || mAnimatingOutBubbleBuffer.getHardwareBuffer().isClosed()) { in screenshotAnimatingOutBubbleIntoSurface()
[all …]