Searched refs:showFlash (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 458 boolean showFlash = true; in handleScreenshot() 463 showFlash = false; in handleScreenshot() 465 showFlash = true; in handleScreenshot() 472 prepareAnimation(screenshot.getScreenBounds(), showFlash, () -> { in handleScreenshot() local 665 private void prepareAnimation(Rect screenRect, boolean showFlash, in prepareAnimation() argument 675 startAnimation(screenRect, showFlash, onAnimationComplete); in prepareAnimation() 956 private void startAnimation(Rect screenRect, boolean showFlash, Runnable onAnimationComplete) { 962 mScreenshotView.createScreenshotDropInAnimation(screenRect, showFlash);
|
H A D | ScreenshotView.java | 508 AnimatorSet createScreenshotDropInAnimation(Rect bounds, boolean showFlash) { in createScreenshotDropInAnimation() argument 510 Log.d(TAG, "createAnim: bounds=" + bounds + " showFlash=" + showFlash); in createScreenshotDropInAnimation() 619 if (showFlash) { in createScreenshotDropInAnimation()
|