Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java541 public int compatSmallestScreenWidthDp; field in Configuration
619 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()
779 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
918 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
919 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()
1121 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()
1149 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
/frameworks/base/core/java/android/app/
DResourcesManager.java131 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyNonDefaultDisplayMetricsToConfigurationLocked()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java6703 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh); in computeScreenConfigurationLocked()