Searched refs:compatScreenWidthDp (Results 1 – 6 of 6) sorted by relevance
661 public int compatScreenWidthDp; field in Configuration772 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()
459 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
362 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
1547 final int compatScreenWidthDp = (int)(mTmpNonDecorBounds.width() / density); in calculateOverrideConfig() local1550 final int longSize = Math.max(compatScreenHeightDp, compatScreenWidthDp); in calculateOverrideConfig()1551 final int shortSize = Math.min(compatScreenHeightDp, compatScreenWidthDp);; in calculateOverrideConfig()
188 config.compatScreenWidthDp = config.screenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
7415 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()