Searched refs:mCompatibleScreenScale (Results 1 – 2 of 2) sorted by relevance
857 float mCompatibleScreenScale; field in WindowManagerService7384 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics, in updateDisplayAndOrientationLocked()7415 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()7416 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()
1150 mGlobalScale = mService.mCompatibleScreenScale; in prelayout()