Searched refs:compatSmallestScreenWidthDp (Results 1 – 4 of 4) sorted by relevance
541 public int compatSmallestScreenWidthDp; field in Configuration619 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()
461 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
131 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyNonDefaultDisplayMetricsToConfigurationLocked()
6703 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dm, dw, dh); in computeScreenConfigurationLocked()