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