Searched refs:compatScreenHeightDp (Results 1 – 7 of 7) sorted by relevance
785 public int compatScreenHeightDp; field in Configuration933 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()1385 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()1571 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()1572 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()1832 dest.writeInt(compatScreenHeightDp); in writeToParcel()1863 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()
1716 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()
248 config.compatScreenHeightDp = config.screenHeightDp; in applyNonDefaultDisplayMetricsToConfiguration()
16530 Landroid/content/res/Configuration;->compatScreenHeightDp:I