Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/proto/android/content/
H A Dconfiguration.proto48 optional uint32 smallest_screen_width_dp = 17; field
/aosp12/frameworks/base/tools/aapt2/
H A DConfiguration.proto152 uint32 smallest_screen_width_dp = 9;
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp324 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument
341 configuration.smallestScreenWidthDp = static_cast<uint16_t>(smallest_screen_width_dp); in NativeSetConfiguration()
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp99 out_config->smallestScreenWidthDp = static_cast<uint16_t>(pb_config.smallest_screen_width_dp()); in DeserializeConfigFromPb()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto2104 optional int32 smallest_screen_width_dp = 15; field