Searched refs:compatScreenHeightDp (Results 1 – 6 of 6) sorted by relevance
752 public int compatScreenHeightDp; field in Configuration898 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()1084 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()1270 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()1271 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()1526 dest.writeInt(compatScreenHeightDp); in writeToParcel()1562 compatScreenHeightDp = source.readInt(); in readFromParcel()
474 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
363 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
2138 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeOverrideConfiguration() local2142 final int longSize = Math.max(compatScreenHeightDp, compatScreenWidthDp); in computeOverrideConfiguration()2143 final int shortSize = Math.min(compatScreenHeightDp, compatScreenWidthDp); in computeOverrideConfiguration()
189 config.compatScreenHeightDp = config.screenHeightDp; in applyNonDefaultDisplayMetricsToConfiguration()
1201 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()