Searched refs:height_dp (Results 1 – 1 of 1) sorted by relevance
82 def configure_screen(self, density, width_dp, height_dp): argument84 height_px = int(math.ceil(height_dp * density / 1600) * 10)