Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/
H A DConfiguration.proto143 uint32 screen_height = 6;
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp323 jint screen_width, jint screen_height, in NativeSetConfiguration() argument
340 configuration.screenHeight = static_cast<uint16_t>(screen_height); in NativeSetConfiguration()
/aosp12/frameworks/base/tools/aapt2/format/proto/
H A DProtoDeserialize.cpp355 out_config->screenHeight = static_cast<uint16_t>(pb_config.screen_height()); in DeserializeConfigFromPb()