Searched refs:configurationClass (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_AssetManager.cpp | 1612 jclass configurationClass = FindClassOrDie(env, "android/content/res/Configuration"); in register_android_content_AssetManager() local 1613 gConfigurationOffsets.classObject = MakeGlobalRefOrDie(env, configurationClass); in register_android_content_AssetManager() 1614 gConfigurationOffsets.constructor = GetMethodIDOrDie(env, configurationClass, "<init>", "()V"); in register_android_content_AssetManager() 1616 GetFieldIDOrDie(env, configurationClass, "smallestScreenWidthDp", "I"); in register_android_content_AssetManager() 1618 GetFieldIDOrDie(env, configurationClass, "screenWidthDp", "I"); in register_android_content_AssetManager() 1620 GetFieldIDOrDie(env, configurationClass, "screenHeightDp", "I"); in register_android_content_AssetManager() 1622 GetFieldIDOrDie(env, configurationClass, "screenLayout", "I"); in register_android_content_AssetManager() 1623 gConfigurationOffsets.mUiMode = GetFieldIDOrDie(env, configurationClass, "uiMode", "I"); in register_android_content_AssetManager()
|