Searched refs:compatScreenHeightDp (Results 1 – 7 of 7) sorted by relevance
784 public int compatScreenHeightDp; field in Configuration931 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()1367 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()1553 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()1554 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()1814 dest.writeInt(compatScreenHeightDp); in writeToParcel()1845 compatScreenHeightDp = source.readInt(); in readFromParcel()
492 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
372 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
2186 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeConfigResourceOverrides() local2192 final int longSize = Math.max(compatScreenHeightDp, compatScreenWidthDp); in computeConfigResourceOverrides()2193 final int shortSize = Math.min(compatScreenHeightDp, compatScreenWidthDp); in computeConfigResourceOverrides()
1710 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()
241 config.compatScreenHeightDp = config.screenHeightDp; in applyNonDefaultDisplayMetricsToConfiguration()
17666 Landroid/content/res/Configuration;->compatScreenHeightDp:I