Home
last modified time | relevance | path

Searched defs:showFlash (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java472 prepareAnimation(screenshot.getScreenBounds(), showFlash, () -> { in handleScreenshot() local
665 private void prepareAnimation(Rect screenRect, boolean showFlash, in prepareAnimation()
H A DScreenshotView.java508 AnimatorSet createScreenshotDropInAnimation(Rect bounds, boolean showFlash) { in createScreenshotDropInAnimation()