Searched refs:avd_width (Results 1 – 1 of 1) sorted by relevance
1099 avd_width=avd_spec.hw_property["x_res"],1138 def LaunchVncClient(port, avd_width=None, avd_height=None, no_prompts=False): argument1172 if avd_width or avd_height:1173 scale_ratio = CalculateVNCScreenRatio(avd_width, avd_height)1231 def CalculateVNCScreenRatio(avd_width, avd_height): argument1261 if float(screen_width) < float(avd_width):1262 scale_w = round(float(screen_width) / float(avd_width), 1)1267 scale_w, screen_width, avd_width)