Searched refs:mAnimatingOutBubbleBuffer (Results 1 – 1 of 1) sorted by relevance
221 private SurfaceControl.ScreenshotHardwareBuffer mAnimatingOutBubbleBuffer; field in BubbleStackView2620 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 …]