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

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java276 public int compatScreenHeightDp; field in class:Configuration
327 compatScreenHeightDp = o.compatScreenHeightDp;
469 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED;
582 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) {
583 compatScreenHeightDp = delta.compatScreenHeightDp;
773 dest.writeInt(compatScreenHeightDp);
801 compatScreenHeightDp = source.readInt();
H A DCompatibilityInfo.java460 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java341 config.compatScreenHeightDp = config.screenHeightDp;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java6083 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale);

Completed in 106 milliseconds