Searched refs:screen_width_dp (Results 1 – 5 of 5) sorted by relevance
139 // Screen width in pixels. Prefer screen_width_dp.146 uint32 screen_width_dp = 7;
46 optional uint32 screen_width_dp = 15; field
324 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument342 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()
2098 optional int32 screen_width_dp = 14; field