Searched refs:compatScreenWidthDp (Results 1 – 9 of 9) sorted by relevance
951 public int compatScreenWidthDp; field in Configuration1111 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()1586 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()1772 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()1773 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()2114 dest.writeInt(compatScreenWidthDp); in writeToParcel()2147 compatScreenWidthDp = source.readInt(); in readFromParcel()
627 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
213 config.screenWidthDp = config.compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in resetTranslucentOverrideConfig()
2471 int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density + 0.5f); in computeConfigResourceOverrides() local2476 compatScreenWidthDp = inOutConfig.screenWidthDp; in computeConfigResourceOverrides()2483 compatScreenWidthDp, compatScreenHeightDp); in computeConfigResourceOverrides()
2456 outConfig.compatScreenWidthDp = (int) (outConfig.screenWidthDp / mCompatibleScreenScale); in computeScreenAppConfiguration()
402 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
305 mLastConfigurationHeightDp = configuration.compatScreenWidthDp; in onConfigurationChanged()
478 config.compatScreenWidthDp = config.screenWidthDp; in applyDisplayMetricsToConfiguration()
13644 Landroid/content/res/Configuration;->compatScreenWidthDp:I