Searched refs:compatScreenWidthDp (Results 1 – 7 of 7) sorted by relevance
783 public int compatScreenWidthDp; field in Configuration932 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()1384 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()1568 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()1569 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()1831 dest.writeInt(compatScreenWidthDp); in writeToParcel()1862 compatScreenWidthDp = source.readInt(); in readFromParcel()
491 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
371 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
2185 final int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density); in computeConfigResourceOverrides() local2192 final int longSize = Math.max(compatScreenHeightDp, compatScreenWidthDp); in computeConfigResourceOverrides()2193 final int shortSize = Math.min(compatScreenHeightDp, compatScreenWidthDp); in computeConfigResourceOverrides()
1715 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfiguration()
247 config.compatScreenWidthDp = config.screenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
16531 Landroid/content/res/Configuration;->compatScreenWidthDp:I