Searched refs:compatSmallestScreenWidthDp (Results 1 – 6 of 6) sorted by relevance
955 public int compatSmallestScreenWidthDp; field in Configuration1113 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()1588 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()1778 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()1779 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()2116 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()2149 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
629 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
215 config.smallestScreenWidthDp = config.compatSmallestScreenWidthDp = in resetTranslucentOverrideConfig()
2465 outConfig.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, dw, dh); in computeScreenAppConfiguration()
480 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyDisplayMetricsToConfiguration()
13645 Landroid/content/res/Configuration;->compatSmallestScreenWidthDp:I