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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java567 public int compatSmallestScreenWidthDp; field in class:Configuration
645 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp;
806 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
945 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
946 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp;
1148 dest.writeInt(compatSmallestScreenWidthDp);
1176 compatSmallestScreenWidthDp = source.readInt();
H A DCompatibilityInfo.java461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp;
/frameworks/base/core/java/android/app/
H A DResourcesManager.java131 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7256 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh);

Completed in 113 milliseconds