Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java436 boolean showFlash; in handleScreenshot()
441 showFlash = false; in handleScreenshot()
443 showFlash = true; in handleScreenshot()
449 showFlash = true; in handleScreenshot()
453 () -> startAnimation(screenshot.getScreenBounds(), showFlash, in handleScreenshot() local
780 private void startAnimation(Rect screenRect, boolean showFlash, Runnable onAnimationComplete) { in startAnimation() argument
786 mViewProxy.createScreenshotDropInAnimation(screenRect, showFlash); in startAnimation()
DLegacyScreenshotViewProxy.kt107 override fun createScreenshotDropInAnimation(screenRect: Rect, showFlash: Boolean): Animator = in reset()
108 view.createScreenshotDropInAnimation(screenRect, showFlash) in reset()
DScreenshotViewProxy.kt46 fun createScreenshotDropInAnimation(screenRect: Rect, showFlash: Boolean): Animator in reset()
DScreenshotShelfViewProxy.kt149 override fun createScreenshotDropInAnimation(screenRect: Rect, showFlash: Boolean): Animator { in <lambda>()
151 animationController.getEntranceAnimation(screenRect, showFlash) { in <lambda>()
DScreenshotView.java497 AnimatorSet createScreenshotDropInAnimation(Rect bounds, boolean showFlash) { in createScreenshotDropInAnimation() argument
499 Log.d(TAG, "createAnim: bounds=" + bounds + " showFlash=" + showFlash); in createScreenshotDropInAnimation()
608 if (showFlash) { in createScreenshotDropInAnimation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt72 showFlash: Boolean, in <lambda>()
79 if (showFlash) { in <lambda>()