Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DConfiguration.proto143 // Screen height in pixels. Prefer screen_height_dp.
150 uint32 screen_height_dp = 8; field
/frameworks/base/core/proto/android/content/
Dconfiguration.proto47 optional uint32 screen_height_dp = 16; field
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp492 jint screen_height_dp, jint screen_layout, jint ui_mode, in NativeSetConfiguration() argument
510 configuration.screenHeightDp = static_cast<uint16_t>(screen_height_dp); in NativeSetConfiguration()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp99 out_config->screenHeightDp = static_cast<uint16_t>(pb_config.screen_height_dp()); in DeserializeConfigFromPb()
/frameworks/base/cmds/statsd/src/
Datoms.proto1417 optional int32 screen_height_dp = 12; field