Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DSurfaceView.java1034 float appInvertedScale = translator.applicationInvertedScale; in performSurfaceTransaction() local
1035 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in performSurfaceTransaction()
1036 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f); in performSurfaceTransaction()