Searched refs:screen_width_dp (Results 1 – 4 of 4) sorted by relevance
146 // Screen width in pixels. Prefer screen_width_dp.153 uint32 screen_width_dp = 7;
46 optional uint32 screen_width_dp = 15; field
353 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument371 configuration.screenWidthDp = static_cast<uint16_t>(screen_width_dp); in NativeSetConfiguration()
100 out_config->screenWidthDp = static_cast<uint16_t>(pb_config.screen_width_dp()); in DeserializeConfigFromPb()