Home | History | Annotate | Download | only in wm

Lines Matching refs:mCompatibleScreenScale

689     float mCompatibleScreenScale;
6675 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(dm,
6685 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale);
6686 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale);