Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java229 private Animator mScreenshotAnimation; field in ScreenshotController
619 if (mScreenshotAnimation != null in enqueueScrollCaptureRequest()
620 && mScreenshotAnimation.isRunning()) { in enqueueScrollCaptureRequest()
621 mScreenshotAnimation.end(); in enqueueScrollCaptureRequest()
781 if (mScreenshotAnimation != null && mScreenshotAnimation.isRunning()) { in startAnimation()
782 mScreenshotAnimation.cancel(); in startAnimation()
785 mScreenshotAnimation = in startAnimation()
788 mScreenshotAnimation.addListener(new AnimatorListenerAdapter() { in startAnimation()
803 mScreenshotAnimation.start(); in startAnimation()
922 if (mScreenshotAnimation != null && mScreenshotAnimation.isRunning()) { in showUiOnActionsReady()
[all …]