Home
last modified time | relevance | path

Searched refs:screen_width (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/aapt2/
DConfiguration.proto141 uint32 screen_width = 5; field
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp490 jint screen_width, jint screen_height, in NativeSetConfiguration() argument
506 configuration.screenWidth = static_cast<uint16_t>(screen_width); in NativeSetConfiguration()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp352 out_config->screenWidth = static_cast<uint16_t>(pb_config.screen_width()); in DeserializeConfigFromPb()