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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java857 float mCompatibleScreenScale; field in class:WindowManagerService
7384 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics,
7415 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale);
7416 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale);

Completed in 1203 milliseconds