Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java567 float xPositionPct = in createScreenshotDropInAnimation() local
585 if (t < xPositionPct) { in createScreenshotDropInAnimation()
587 mFastOutSlowIn.getInterpolation(t / xPositionPct)); in createScreenshotDropInAnimation()