Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java567 float dismissPct = in createScreenshotDropInAnimation() local
594 if (t >= dismissPct) { in createScreenshotDropInAnimation()
595 mDismissButton.setAlpha((t - dismissPct) / (1 - dismissPct)); in createScreenshotDropInAnimation()