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.java221 private SurfaceControl.ScreenshotHardwareBuffer mAnimatingOutBubbleBuffer; field in BubbleStackView
2620 if (mAnimatingOutBubbleBuffer != null) { in screenshotAnimatingOutBubbleIntoSurface()
2625 mAnimatingOutBubbleBuffer = animatingOutExpandedView.snapshotActivitySurface(); in screenshotAnimatingOutBubbleIntoSurface()
2633 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
2634 || mAnimatingOutBubbleBuffer.getHardwareBuffer() == null) { in screenshotAnimatingOutBubbleIntoSurface()
2657 mAnimatingOutBubbleBuffer.getHardwareBuffer().getWidth(); in screenshotAnimatingOutBubbleIntoSurface()
2659 mAnimatingOutBubbleBuffer.getHardwareBuffer().getHeight(); in screenshotAnimatingOutBubbleIntoSurface()
2665 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
2666 || mAnimatingOutBubbleBuffer.getHardwareBuffer() == null in screenshotAnimatingOutBubbleIntoSurface()
2667 || mAnimatingOutBubbleBuffer.getHardwareBuffer().isClosed()) { in screenshotAnimatingOutBubbleIntoSurface()
[all …]