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.java506 float cornerScale = in createScreenshotDropInAnimation() local
508 final float currentScale = 1 / cornerScale; in createScreenshotDropInAnimation()
647 ? finalPos.x - dismissOffset + bounds.width() * cornerScale / 2f in createScreenshotDropInAnimation()
648 : finalPos.x - dismissOffset - bounds.width() * cornerScale / 2f; in createScreenshotDropInAnimation()
651 finalPos.y - dismissOffset - bounds.height() * cornerScale / 2f); in createScreenshotDropInAnimation()