Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java274 public int compatScreenWidthDp; field in Configuration
326 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()
468 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
579 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
580 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()
772 dest.writeInt(compatScreenWidthDp); in writeToParcel()
800 compatScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java459 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java340 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java5919 config.compatScreenWidthDp = (int)(config.screenWidthDp / mCompatibleScreenScale); in computeNewConfigurationLocked()