Searched refs:compatScreenHeightDp (Results 1 – 4 of 4) sorted by relevance
407 public int compatScreenHeightDp; field in Configuration458 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()602 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()715 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()716 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()906 dest.writeInt(compatScreenHeightDp); in writeToParcel()934 compatScreenHeightDp = source.readInt(); in readFromParcel()
460 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
341 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
6512 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()