Home
last modified time | relevance | path

Searched refs:compatSmallestScreenWidthDp (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/res/
DConfiguration.java955 public int compatSmallestScreenWidthDp; field in Configuration
1113 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()
1588 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
1778 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
1779 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()
2116 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()
2149 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java629 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DTransparentPolicy.java215 config.smallestScreenWidthDp = config.compatSmallestScreenWidthDp = in resetTranslucentOverrideConfig()
DDisplayContent.java2465 outConfig.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dw, dh); in computeScreenAppConfiguration()
/frameworks/base/core/java/android/app/
DResourcesManager.java480 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyDisplayMetricsToConfiguration()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13645 Landroid/content/res/Configuration;->compatSmallestScreenWidthDp:I