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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java565 public int compatScreenHeightDp; field in class:Configuration
644 compatScreenHeightDp = o.compatScreenHeightDp;
805 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
942 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
943 compatScreenHeightDp = delta.compatScreenHeightDp;
1147 dest.writeInt(compatScreenHeightDp);
1175 compatScreenHeightDp = source.readInt();

Completed in 126 milliseconds