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