Home
last modified time | relevance | path

Searched refs:compatScreenHeightDp (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/res/
DConfiguration.java953 public int compatScreenHeightDp; field in Configuration
1112 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()
DCompatibilityInfo.java628 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DTransparentPolicy.java214 config.screenHeightDp = config.compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in resetTranslucentOverrideConfig()
DTaskFragment.java2472 int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density + 0.5f); in computeConfigResourceOverrides() local
2479 compatScreenHeightDp = inOutConfig.screenHeightDp; in computeConfigResourceOverrides()
2483 compatScreenWidthDp, compatScreenHeightDp); in computeConfigResourceOverrides()
DDisplayContent.java2457 outConfig.compatScreenHeightDp = (int) (outConfig.screenHeightDp / mCompatibleScreenScale); in computeScreenAppConfiguration()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java403 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
/frameworks/base/core/java/android/app/
DResourcesManager.java479 config.compatScreenHeightDp = config.screenHeightDp; in applyDisplayMetricsToConfiguration()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13643 Landroid/content/res/Configuration;->compatScreenHeightDp:I