Searched refs:compatScreenWidthDp (Results 1 – 5 of 5) sorted by relevance
563 public int compatScreenWidthDp; field in Configuration643 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()804 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()939 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()940 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()1146 dest.writeInt(compatScreenWidthDp); in writeToParcel()1174 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()
7148 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()