Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/content/
Dconfiguration.proto48 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.cpp491 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument
508 configuration.smallestScreenWidthDp = static_cast<uint16_t>(smallest_screen_width_dp); in NativeSetConfiguration()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp97 out_config->smallestScreenWidthDp = static_cast<uint16_t>(pb_config.smallest_screen_width_dp()); in DeserializeConfigFromPb()
/frameworks/base/cmds/statsd/src/
Datoms.proto1380 optional int32 smallest_screen_width_dp = 15; field