Searched refs:compatSmallestScreenWidthDp (Results 1 – 5 of 5) sorted by relevance
787 public int compatSmallestScreenWidthDp; field in Configuration934 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()1386 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()1574 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()1575 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()1833 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()1864 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
493 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
249 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyNonDefaultDisplayMetricsToConfiguration()
1717 config.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, config.uiMode, dw, in computeScreenConfiguration()
16532 Landroid/content/res/Configuration;->compatSmallestScreenWidthDp:I