Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java782 public int compatScreenWidthDp; field in Configuration
930 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()
1366 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
1550 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
1551 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()
1813 dest.writeInt(compatScreenWidthDp); in writeToParcel()
1844 compatScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java491 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java371 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskRecord.java2185 final int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / 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.java1709 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeScreenConfiguration()
/frameworks/base/core/java/android/app/
DResourcesManager.java240 config.compatScreenWidthDp = config.screenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17667 Landroid/content/res/Configuration;->compatScreenWidthDp:I