Searched refs:mCompatibleScreenScale (Results 1 – 2 of 2) sorted by relevance
758 mGlobalScale = mService.mCompatibleScreenScale; in prelayout()
696 float mCompatibleScreenScale; field in WindowManagerService6691 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(dm, in computeScreenConfigurationLocked()6701 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()6702 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()