Searched refs:dpHeight (Results 1 – 2 of 2) sorted by relevance
105 float dpHeight = mMetrics.heightPixels / mMetrics.density; in testAutomotiveMinimumScreenSize() local108 assertTrue("Height must be >= 480dp, found: " + dpHeight, dpHeight >= 480); in testAutomotiveMinimumScreenSize()
1826 float dpHeight = displayMetrics.heightPixels / displayMetrics.density; in testAnchorInPopup() local1828 if (dpWidth < minDisplaySize || dpHeight < minDisplaySize) { in testAnchorInPopup()