Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java632 final float flashPeakDurationPct = ((float) (SCREENSHOT_FLASH_TO_PEAK_DURATION) in createScreenshotDropInAnimation() local
634 final float flashDurationPct = 2f * flashPeakDurationPct; in createScreenshotDropInAnimation()
649 if (x < flashPeakDurationPct) { in createScreenshotDropInAnimation()