HomeSort by relevance Sort by last modified time
    Searched refs:gConfigurationClassInfo (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 43 } gConfigurationClassInfo;
47 out->mcc = env->GetIntField(clazz, gConfigurationClassInfo.mcc);
48 out->mnc = env->GetIntField(clazz, gConfigurationClassInfo.mnc);
49 out->screenLayout = env->GetIntField(clazz, gConfigurationClassInfo.screenLayout);
50 out->touchscreen = env->GetIntField(clazz, gConfigurationClassInfo.touchscreen);
51 out->keyboard = env->GetIntField(clazz, gConfigurationClassInfo.keyboard);
52 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
54 out->inputFlags = env->GetIntField(clazz, gConfigurationClassInfo.keyboardHidden);
55 int hardKeyboardHidden = env->GetIntField(clazz, gConfigurationClassInfo.hardKeyboardHidden);
60 out->inputFlags |= env->GetIntField(clazz, gConfigurationClassInfo.navigationHidden
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 147 } gConfigurationClassInfo;
    [all...]

Completed in 185 milliseconds