Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceView.java1103 float appInvertedScale = translator.applicationInvertedScale; in updateSurface() local
1104 mSurfaceFrame.right = (int) (mSurfaceWidth * appInvertedScale + 0.5f); in updateSurface()
1105 mSurfaceFrame.bottom = (int) (mSurfaceHeight * appInvertedScale + 0.5f); in updateSurface()