Searched refs:compat_width (Results 1 – 1 of 1) sorted by relevance
707 int32_t compat_width = (compatible_width_limit_dp > 0) ? compatible_width_limit_dp in Extract() local709 small_screen = (requires_smallest_width_dp <= 240 && compat_width >= 240) ? -1 : 0; in Extract()710 normal_screen = (requires_smallest_width_dp <= 320 && compat_width >= 320) ? -1 : 0; in Extract()711 large_screen = (requires_smallest_width_dp <= 480 && compat_width >= 480) ? -1 : 0; in Extract()712 xlarge_screen = (requires_smallest_width_dp <= 720 && compat_width >= 720) ? -1 : 0; in Extract()