Searched refs:compatScreenHeightDp (Results 1 – 5 of 5) sorted by relevance
594 public int compatScreenHeightDp; field in Configuration673 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()834 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()971 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()972 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()1176 dest.writeInt(compatScreenHeightDp); in writeToParcel()1204 compatScreenHeightDp = source.readInt(); in readFromParcel()
460 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
365 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
101 config.compatScreenHeightDp = config.screenHeightDp; in applyNonDefaultDisplayMetricsToConfigurationLocked()
7381 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()