Searched refs:compatScreenWidthDp (Results 1 – 5 of 5) sorted by relevance
537 public int compatScreenWidthDp; field in Configuration617 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()777 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()912 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()913 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()1119 dest.writeInt(compatScreenWidthDp); in writeToParcel()1147 compatScreenWidthDp = source.readInt(); in readFromParcel()
459 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
357 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
129 config.compatScreenWidthDp = config.screenWidthDp; in applyNonDefaultDisplayMetricsToConfigurationLocked()
6701 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()