Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java951 public int compatScreenWidthDp; field in Configuration
1111 compatScreenWidthDp = o.compatScreenWidthDp; in setTo()
1586 screenWidthDp = compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in setToDefaults()
1772 if (delta.compatScreenWidthDp != SCREEN_WIDTH_DP_UNDEFINED) { in updateFrom()
1773 compatScreenWidthDp = delta.compatScreenWidthDp; in updateFrom()
2114 dest.writeInt(compatScreenWidthDp); in writeToParcel()
2147 compatScreenWidthDp = source.readInt(); in readFromParcel()
DCompatibilityInfo.java627 inoutConfig.screenWidthDp = inoutConfig.compatScreenWidthDp; in applyToConfiguration()
/frameworks/base/services/core/java/com/android/server/wm/
DTransparentPolicy.java213 config.screenWidthDp = config.compatScreenWidthDp = SCREEN_WIDTH_DP_UNDEFINED; in resetTranslucentOverrideConfig()
DTaskFragment.java2471 int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density + 0.5f); in computeConfigResourceOverrides() local
2476 compatScreenWidthDp = inOutConfig.screenWidthDp; in computeConfigResourceOverrides()
2483 compatScreenWidthDp, compatScreenHeightDp); in computeConfigResourceOverrides()
DDisplayContent.java2456 outConfig.compatScreenWidthDp = (int) (outConfig.screenWidthDp / mCompatibleScreenScale); in computeScreenAppConfiguration()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java402 config.compatScreenWidthDp = config.screenWidthDp; in getConfiguration()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DSystemUIDialog.java305 mLastConfigurationHeightDp = configuration.compatScreenWidthDp; in onConfigurationChanged()
/frameworks/base/core/java/android/app/
DResourcesManager.java478 config.compatScreenWidthDp = config.screenWidthDp; in applyDisplayMetricsToConfiguration()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13644 Landroid/content/res/Configuration;->compatScreenWidthDp:I