Searched refs:smallest_screen_width_dp (Results 1 – 4 of 4) sorted by relevance
49 optional uint32 smallest_screen_width_dp = 17; field
153 uint32 smallest_screen_width_dp = 9; field
335 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument352 configuration.smallestScreenWidthDp = static_cast<uint16_t>(smallest_screen_width_dp); in NativeSetConfiguration()
95 out_config->smallestScreenWidthDp = static_cast<uint16_t>(pb_config.smallest_screen_width_dp()); in DeserializeConfigFromPb()