Searched defs:compatSmallestScreenWidthDp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java278 public int compatSmallestScreenWidthDp; field in class:Configuration
328 compatSmallestScreenWidthDp = o.compatSmallestScreenWidthDp;
470 smallestScreenWidthDp = compatSmallestScreenWidthDp = SMALLEST_SCREEN_WIDTH_DP_UNDEFINED;
585 if (delta.compatSmallestScreenWidthDp != SMALLEST_SCREEN_WIDTH_DP_UNDEFINED) {
586 compatSmallestScreenWidthDp = delta.compatSmallestScreenWidthDp;
774 dest.writeInt(compatSmallestScreenWidthDp);
802 compatSmallestScreenWidthDp = source.readInt();

Completed in 35 milliseconds