Searched refs:compatScreenHeightDp (Results 1 – 8 of 8) sorted by relevance
953 public int compatScreenHeightDp; field in Configuration1112 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()1587 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()1775 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()1776 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()2115 dest.writeInt(compatScreenHeightDp); in writeToParcel()2148 compatScreenHeightDp = source.readInt(); in readFromParcel()
628 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
214 config.screenHeightDp = config.compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in resetTranslucentOverrideConfig()
2472 int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density + 0.5f); in computeConfigResourceOverrides() local2479 compatScreenHeightDp = inOutConfig.screenHeightDp; in computeConfigResourceOverrides()2483 compatScreenWidthDp, compatScreenHeightDp); in computeConfigResourceOverrides()
2457 outConfig.compatScreenHeightDp = (int) (outConfig.screenHeightDp / mCompatibleScreenScale); in computeScreenAppConfiguration()
403 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
479 config.compatScreenHeightDp = config.screenHeightDp; in applyDisplayMetricsToConfiguration()
13643 Landroid/content/res/Configuration;->compatScreenHeightDp:I