Searched refs:compatSmallestScreenWidthDp (Results 1 – 5 of 5) sorted by relevance
826 public int compatSmallestScreenWidthDp; field in Configuration979 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp; in setTo()1442 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()1631 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()1632 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp; in updateFrom()1982 dest.writeInt(compatSmallestScreenWidthDp); in writeToParcel()2014 compatSmallestScreenWidthDp = source.readInt(); in readFromParcel()
545 inoutConfig.smallestScreenWidthDp = inoutConfig.compatSmallestScreenWidthDp; in applyToConfiguration()
365 config.compatSmallestScreenWidthDp = config.smallestScreenWidthDp; in applyDisplayMetricsToConfiguration()
2196 outConfig.compatSmallestScreenWidthDp = computeCompatSmallestWidth(rotated, uiMode, dw, in computeScreenAppConfiguration()
16523 Landroid/content/res/Configuration;->compatSmallestScreenWidthDp:I