Searched refs:compatScreenWidthDp (Results 1 – 4 of 4) sorted by relevance
274 public int compatScreenWidthDp; field in Configuration326 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()468 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()579 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()580 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()772 dest.writeInt(compatScreenWidthDp); in writeToParcel()800 compatScreenWidthDp = source.readInt(); in readFromParcel()
459 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
340 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
5919 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeNewConfigurationLocked()