Searched refs:mCompatibleScreenScale (Results 1 – 2 of 2) sorted by relevance
186 return mDisplayContent.mCompatibleScreenScale; in getSizeCompatScale()
356 float mCompatibleScreenScale; field in DisplayContent1644 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics, in updateDisplayAndOrientation()1715 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfiguration()1716 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()