Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java242 private SurfaceControl.ScreenshotGraphicBuffer mAnimatingOutBubbleBuffer; field in BubbleStackView
2704 if (mAnimatingOutBubbleBuffer != null) { in screenshotAnimatingOutBubbleIntoSurface()
2709 mAnimatingOutBubbleBuffer = animatingOutExpandedView.snapshotActivitySurface(); in screenshotAnimatingOutBubbleIntoSurface()
2717 if (mAnimatingOutBubbleBuffer == null in screenshotAnimatingOutBubbleIntoSurface()
2718 || mAnimatingOutBubbleBuffer.getGraphicBuffer() == null) { in screenshotAnimatingOutBubbleIntoSurface()
2741 mAnimatingOutBubbleBuffer.getGraphicBuffer().getWidth(); in screenshotAnimatingOutBubbleIntoSurface()
2743 mAnimatingOutBubbleBuffer.getGraphicBuffer().getHeight(); in screenshotAnimatingOutBubbleIntoSurface()
2749 if (mAnimatingOutBubbleBuffer.getGraphicBuffer().isDestroyed()) { in screenshotAnimatingOutBubbleIntoSurface()
2761 mAnimatingOutBubbleBuffer.getGraphicBuffer(), in screenshotAnimatingOutBubbleIntoSurface()
2762 mAnimatingOutBubbleBuffer.getColorSpace()); in screenshotAnimatingOutBubbleIntoSurface()
[all …]