Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/proto/android/content/
H A Dconfiguration.proto36 optional uint32 screen_layout = 5; field
/aosp12/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp325 jint screen_height_dp, jint screen_layout, jint ui_mode, in NativeSetConfiguration() argument
344 configuration.screenLayout = static_cast<uint8_t>(screen_layout); in NativeSetConfiguration()
363 static_cast<uint8_t>((screen_layout & kScreenLayoutRoundMask) >> kScreenLayoutRoundShift); in NativeSetConfiguration()
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto2094 optional int32 screen_layout = 13; field