Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1434 jclass configurationClass = FindClassOrDie(env, "android/content/res/Configuration"); in register_android_content_AssetManager() local
1435 gConfigurationOffsets.classObject = MakeGlobalRefOrDie(env, configurationClass); in register_android_content_AssetManager()
1436 gConfigurationOffsets.constructor = GetMethodIDOrDie(env, configurationClass, "<init>", "()V"); in register_android_content_AssetManager()
1438 GetFieldIDOrDie(env, configurationClass, "smallestScreenWidthDp", "I"); in register_android_content_AssetManager()
1440 GetFieldIDOrDie(env, configurationClass, "screenWidthDp", "I"); in register_android_content_AssetManager()
1442 GetFieldIDOrDie(env, configurationClass, "screenHeightDp", "I"); in register_android_content_AssetManager()