Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/res/
H A DConfiguration.java932 public int compatScreenHeightDp; field in Configuration
1091 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()
1566 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()
1754 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()
1755 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()
2092 dest.writeInt(compatScreenHeightDp); in writeToParcel()
2125 compatScreenHeightDp = source.readInt(); in readFromParcel()
H A DCompatibilityInfo.java592 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskFragment.java2287 int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density + 0.5f); in computeConfigResourceOverrides() local
2294 compatScreenHeightDp = inOutConfig.screenHeightDp; in computeConfigResourceOverrides()
2298 compatScreenWidthDp, compatScreenHeightDp); in computeConfigResourceOverrides()
H A DLetterboxUiController.java1937 config.screenHeightDp = config.compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in resetTranslucentOverrideConfig()
H A DDisplayContent.java2412 outConfig.compatScreenHeightDp = (int) (outConfig.screenHeightDp / mCompatibleScreenScale); in computeScreenAppConfiguration()
/aosp14/frameworks/base/core/java/android/app/
H A DResourcesManager.java388 config.compatScreenHeightDp = config.screenHeightDp; in applyDisplayMetricsToConfiguration()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13643 Landroid/content/res/Configuration;->compatScreenHeightDp:I