Home
last modified time | relevance | path

Searched refs:compatScreenWidthDp (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/res/
DConfiguration.java661 public int compatScreenWidthDp; field in Configuration
772 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()
935 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
1073 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
1074 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()
1284 dest.writeInt(compatScreenWidthDp); in writeToParcel()
1317 compatScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java459 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java362 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
/frameworks/base/services/core/java/com/android/server/am/
DTaskRecord.java1547 final int compatScreenWidthDp = (int)(mTmpNonDecorBounds.width() / density); in calculateOverrideConfig() local
1550 final int longSize = Math.max(compatScreenHeightDp, compatScreenWidthDp); in calculateOverrideConfig()
1551 final int shortSize = Math.min(compatScreenHeightDp, compatScreenWidthDp);; in calculateOverrideConfig()
/frameworks/base/core/java/android/app/
DResourcesManager.java188 config.compatScreenWidthDp = config.screenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7415 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()