Searched refs:gConfigurationClassInfo (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_content_res_Configuration.cpp46 } gConfigurationClassInfo; member in namespace:android
50 out->mcc = env->GetIntField(clazz, gConfigurationClassInfo.mcc);
51 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
52 out->screenLayout = env->GetIntField(clazz, gConfigurationClassInfo.screenLayout);
53 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
54 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard);
55 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
57 out->inputFlags = env->GetIntField(clazz, gConfigurationClassInfo.keyboardHidden);
58 int hardKeyboardHidden = env->GetIntField(clazz, gConfigurationClassInfo.hardKeyboardHidden);
63 out->inputFlags |= env->GetIntField(clazz, gConfigurationClassInfo
[all...]

Completed in 202 milliseconds