Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java407 public int compatScreenHeightDp; field in Configuration
458 compatScreenHeightDp = o.compatScreenHeightDp; in setTo()
602 screenHeightDp = compatScreenHeightDp = SCREEN_HEIGHT_DP_UNDEFINED; in setToDefaults()
715 if (delta.compatScreenHeightDp != SCREEN_HEIGHT_DP_UNDEFINED) { in updateFrom()
716 compatScreenHeightDp = delta.compatScreenHeightDp; in updateFrom()
906 dest.writeInt(compatScreenHeightDp); in writeToParcel()
934 compatScreenHeightDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java460 inoutConfig.screenHeightDp = inoutConfig.compatScreenHeightDp; in applyToConfiguration()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java341 config.compatScreenHeightDp = config.screenHeightDp; in getConfiguration()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java6512 config.compatScreenHeightDp = (int)(config.screenHeightDp / mCompatibleScreenScale); in computeScreenConfigurationLocked()