Searched refs:avd_height (Results 1 – 1 of 1) sorted by relevance
/tools/acloud/internal/lib/ |
D | utils.py | 1100 avd_height=avd_spec.hw_property["y_res"], 1138 def LaunchVncClient(port, avd_width=None, avd_height=None, no_prompts=False): argument 1172 if avd_width or avd_height: 1173 scale_ratio = CalculateVNCScreenRatio(avd_width, avd_height) 1231 def CalculateVNCScreenRatio(avd_width, avd_height): argument 1258 if float(screen_height) < float(avd_height): 1259 scale_h = round(float(screen_height) / float(avd_height), 1) 1266 scale_h, screen_height, avd_height,
|