Searched refs:compatScreenWidthDp (Results 1 – 7 of 7) sorted by relevance
782 public int compatScreenWidthDp; field in Configuration930 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()1366 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()1550 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()1551 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()1813 dest.writeInt(compatScreenWidthDp); in writeToParcel()1844 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()
1709 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfiguration()
240 config.compatScreenWidthDp = config.screenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
17667 Landroid/content/res/Configuration;->compatScreenWidthDp:I