Searched defs:compatScreenHeightDp (Results 1 – 2 of 2) sorted by relevance
784 public int compatScreenHeightDp; field in Configuration
2186 final int compatScreenHeightDp = (int) (mTmpNonDecorBounds.height() / density); in computeConfigResourceOverrides() local