Searched refs:compatSmallestScreenWidthDp (Results 1 – 4 of 4) sorted by relevance
567 public int compatSmallestScreenWidthDp; field in Configuration645 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()806 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()945 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()946 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()1148 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()1176 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
131 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyNonDefaultDisplayMetricsToConfigurationLocked()
7256 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh); in computeScreenConfigurationLocked()