Home
last modified time | relevance | path

Searched refs:mCompatibleScreenScale (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
DWindowState.java758 mGlobalScale = mService.mCompatibleScreenScale; in prelayout()
DWindowManagerService.java696 float mCompatibleScreenScale; field in WindowManagerService
6691 mCompatibleScreenScale = CompatibilityInfo.computeCompatibleScaling(dm, in computeScreenConfigurationLocked()
6701 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()
6702 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()