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