Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java209 private boolean mAnimatingOutSurfaceReady; field in BubbleStackView
822 mAnimatingOutSurfaceReady = true; in BubbleStackView()
827 mAnimatingOutSurfaceReady = false; in BubbleStackView()
2672 if (!mIsExpanded || !mAnimatingOutSurfaceReady) { in screenshotAnimatingOutBubbleIntoSurface()