Searched refs:mCompatibleScreenScale (Results 1 – 2 of 2) sorted by relevance
220 float mCompatibleScreenScale; field in DisplayContent1159 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics, in updateDisplayAndOrientation()1200 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfiguration()1201 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()
1273 mGlobalScale = getDisplayContent().mCompatibleScreenScale; in prelayout()