Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java532 float dismissPct = in createScreenshotDropInAnimation() local
559 if (t >= dismissPct) { in createScreenshotDropInAnimation()
560 mDismissButton.setAlpha((t - dismissPct) / (1 - dismissPct)); in createScreenshotDropInAnimation()