Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java46 public static final int DEFAULT_NORMAL_SHORT_DIMENSION = 320; field in CompatibilityInfo
115 if (required > DEFAULT_NORMAL_SHORT_DIMENSION) { in CompatibilityInfo()
488 int newShortSize = (int)(DEFAULT_NORMAL_SHORT_DIMENSION * dm.density + 0.5f); in computeCompatibleScaling()