Searched defs:compatScreenWidthDp (Results 1 – 2 of 2) sorted by relevance
951 public int compatScreenWidthDp; field in Configuration
2471 int compatScreenWidthDp = (int) (mTmpNonDecorBounds.width() / density + 0.5f); in computeConfigResourceOverrides() local