Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java785 public int compatScreenHeightDp; field in Configuration
933 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()
DCompatibilityInfo.java492 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java372 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskRecord.java2186 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeConfigResourceOverrides() local
2192 final int longSize = Math.max(compatScreenHeightDp, compatScreenWidthDp); in computeConfigResourceOverrides()
2193 final int shortSize = Math.min(compatScreenHeightDp, compatScreenWidthDp); in computeConfigResourceOverrides()
DDisplayContent.java1716 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfiguration()
/frameworks/base/core/java/android/app/
DResourcesManager.java248 config.compatScreenHeightDp = config.screenHeightDp; in applyNonDefaultDisplayMetricsToConfiguration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16530 Landroid/content/res/Configuration;->compatScreenHeightDp:I