Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1800 jclass configurationClass = FindClassOrDie(env, "android/content/res/Configuration"); in register_android_content_AssetManager() local
1801 gConfigurationOffsets.classObject = MakeGlobalRefOrDie(env, configurationClass); in register_android_content_AssetManager()
1802 gConfigurationOffsets.constructor = GetMethodIDOrDie(env, configurationClass, in register_android_content_AssetManager()
1804 gConfigurationOffsets.mSmallestScreenWidthDpOffset = GetFieldIDOrDie(env, configurationClass, in register_android_content_AssetManager()
1806 gConfigurationOffsets.mScreenWidthDpOffset = GetFieldIDOrDie(env, configurationClass, in register_android_content_AssetManager()
1808 gConfigurationOffsets.mScreenHeightDpOffset = GetFieldIDOrDie(env, configurationClass, in register_android_content_AssetManager()