Searched defs:compatScreenHeightDp (Results 1 – 2 of 2) sorted by relevance
889 public int compatScreenHeightDp; field in Configuration
2266 int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density + 0.5f); in computeConfigResourceOverrides() local