Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java787 public int compatSmallestScreenWidthDp; field in Configuration
934 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()
1386 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
1574 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
1575 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()
1833 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()
1864 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java493 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
/frameworks/base/core/java/android/app/
DResourcesManager.java249 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1717 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, config.uiMode, dw, in computeScreenConfiguration()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt16532 Landroid/content/res/Configuration;->compatSmallestScreenWidthDp:I