Searched defs:mCompatibleScreenScale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java254 float mCompatibleScreenScale; field in class:DisplayContent
1233 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics,
1305 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale);
1306 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale);

Completed in 36 milliseconds