Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotView.java519 float cornerScale = in createScreenshotDropInAnimation() local
521 final float currentScale = 1 / cornerScale; in createScreenshotDropInAnimation()
660 ? finalPos.x - dismissOffset + bounds.width() * cornerScale / 2f in createScreenshotDropInAnimation()
661 : finalPos.x - dismissOffset - bounds.width() * cornerScale / 2f; in createScreenshotDropInAnimation()
664 finalPos.y - dismissOffset - bounds.height() * cornerScale / 2f); in createScreenshotDropInAnimation()