Searched refs:smallest_screen_width_dp (Results 1 – 5 of 5) sorted by relevance
48 optional uint32 smallest_screen_width_dp = 17; field
152 uint32 smallest_screen_width_dp = 9;
324 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument341 configuration.smallestScreenWidthDp = static_cast<uint16_t>(smallest_screen_width_dp); in NativeSetConfiguration()
99 out_config->smallestScreenWidthDp = static_cast<uint16_t>(pb_config.smallest_screen_width_dp()); in DeserializeConfigFromPb()
2104 optional int32 smallest_screen_width_dp = 15; field