Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp387 static const jint kScreenLayoutRoundShift = 8; in NativeSetConfiguration() local
393 static_cast<uint8_t>((screen_layout & kScreenLayoutRoundMask) >> kScreenLayoutRoundShift); in NativeSetConfiguration()