Searched refs:mCompatibleScreenScale (Results 1 – 3 of 3) sorted by relevance
286 return mDisplayContent.mCompatibleScreenScale; in getSizeCompatScale()
440 float mCompatibleScreenScale; field in DisplayContent2076 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics, in updateDisplayAndOrientation()2192 outConfig.compatScreenWidthDp = (int) (outConfig.screenWidthDp / mCompatibleScreenScale); in computeScreenAppConfiguration()2193 outConfig.compatScreenHeightDp = (int) (outConfig.screenHeightDp / mCompatibleScreenScale); in computeScreenAppConfiguration()
1526 : mDisplayContent.mCompatibleScreenScale;