Home
last modified time | relevance | path

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

/frameworks/base/core/proto/android/content/
Dconfiguration.proto37 optional uint32 screen_layout = 5; field
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp336 jint screen_height_dp, jint screen_layout, jint ui_mode, in NativeSetConfiguration() argument
355 configuration.screenLayout = static_cast<uint8_t>(screen_layout); in NativeSetConfiguration()
374 static_cast<uint8_t>((screen_layout & kScreenLayoutRoundMask) >> kScreenLayoutRoundShift); in NativeSetConfiguration()