Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java186 return mDisplayContent.mCompatibleScreenScale; in getSizeCompatScale()
DDisplayContent.java356 float mCompatibleScreenScale; field in DisplayContent
1644 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics, in updateDisplayAndOrientation()
1715 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfiguration()
1716 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()