Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DConfiguration.proto139 // Screen width in pixels. Prefer screen_width_dp.
146 uint32 screen_width_dp = 7;
/aosp12/frameworks/base/core/proto/android/content/
H A Dconfiguration.proto46 optional uint32 screen_width_dp = 15; field
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp324 jint smallest_screen_width_dp, jint screen_width_dp, in NativeSetConfiguration() argument
342 configuration.screenWidthDp = static_cast<uint16_t>(screen_width_dp); in NativeSetConfiguration()
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp100 out_config->screenWidthDp = static_cast<uint16_t>(pb_config.screen_width_dp()); in DeserializeConfigFromPb()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto2098 optional int32 screen_width_dp = 14; field