Searched refs:mCompatibleScreenScale (Results 1 – 2 of 2) sorted by relevance
290 return mDisplayContent.mCompatibleScreenScale; in getCompatScale()
501 float mCompatibleScreenScale; field in DisplayContent2277 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(mDisplayMetrics, in updateDisplayAndOrientation()2411 outConfig.compatScreenWidthDp = (int) (outConfig.screenWidthDp / mCompatibleScreenScale); in computeScreenAppConfiguration()2412 outConfig.compatScreenHeightDp = (int) (outConfig.screenHeightDp / mCompatibleScreenScale); in computeScreenAppConfiguration()