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.java554 float xPositionPct = in createScreenshotDropInAnimation() local
572 if (t < xPositionPct) { in createScreenshotDropInAnimation()
574 mFastOutSlowIn.getInterpolation(t / xPositionPct)); in createScreenshotDropInAnimation()