Searched refs:configurationClass (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1644 jclass configurationClass = FindClassOrDie(env, "android/content/res/Configuration"); in register_android_content_AssetManager() local 1645 gConfigurationOffsets.classObject = MakeGlobalRefOrDie(env, configurationClass); in register_android_content_AssetManager() 1646 gConfigurationOffsets.constructor = GetMethodIDOrDie(env, configurationClass, "<init>", "()V"); in register_android_content_AssetManager() 1648 GetFieldIDOrDie(env, configurationClass, "smallestScreenWidthDp", "I"); in register_android_content_AssetManager() 1650 GetFieldIDOrDie(env, configurationClass, "screenWidthDp", "I"); in register_android_content_AssetManager() 1652 GetFieldIDOrDie(env, configurationClass, "screenHeightDp", "I"); in register_android_content_AssetManager()
|