Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotView.java517 float cornerScale = in createScreenshotDropInAnimation() local
519 final float currentScale = 1 / cornerScale; in createScreenshotDropInAnimation()
658 ? finalPos.x - dismissOffset + bounds.width() * cornerScale / 2f in createScreenshotDropInAnimation()
659 : finalPos.x - dismissOffset - bounds.width() * cornerScale / 2f; in createScreenshotDropInAnimation()
662 finalPos.y - dismissOffset - bounds.height() * cornerScale / 2f); in createScreenshotDropInAnimation()