Searched refs:compatScreenHeightDp (Results 1 – 5 of 5) sorted by relevance
565 public int compatScreenHeightDp; field in Configuration644 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()805 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()942 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()943 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()1147 dest.writeInt(compatScreenHeightDp); in writeToParcel()1175 compatScreenHeightDp = source.readInt(); in readFromParcel()
460 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
358 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
130 config.compatScreenHeightDp = config.screenHeightDp; in applyNonDefaultDisplayMetricsToConfigurationLocked()
7255 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()