Home
last modified time | relevance | path

Searched refs:height_dp (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/theme/
Davd.py82 def configure_screen(self, density, width_dp, height_dp): argument
84 height_px = int(math.ceil(height_dp * density / 1600) * 10)