Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DStackView.java339 float scaleShiftCorrectionY = (scale - 1) * in transformViewAtIndex() local
341 final float transY = perspectiveTranslationY + scaleShiftCorrectionY; in transformViewAtIndex()