Home
last modified time | relevance | path

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

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