Home
last modified time | relevance | path

Searched refs:smallest_screen_width_dp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/proto/android/content/
Dconfiguration.proto49 optional uint32 smallest_screen_width_dp = 17; field
/frameworks/base/tools/aapt2/
DConfiguration.proto153 uint32 smallest_screen_width_dp = 9; field
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp335 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument
352 configuration.smallestScreenWidthDp = static_cast<uint16_t>(smallest_screen_width_dp); in NativeSetConfiguration()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp95 out_config->smallestScreenWidthDp = static_cast<uint16_t>(pb_config.smallest_screen_width_dp()); in DeserializeConfigFromPb()