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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java750 public int compatScreenWidthDp; field in class:Configuration
897 compatScreenWidthDp = o.compatScreenWidthDp;
1083 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED;
1267 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) {
1268 compatScreenWidthDp = delta.compatScreenWidthDp;
1525 dest.writeInt(compatScreenWidthDp);
1561 compatScreenWidthDp = source.readInt();

Completed in 53 milliseconds