Searched refs:gPointerPropertiesClassInfo (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 64 } gPointerPropertiesClassInfo; variable 318 gPointerPropertiesClassInfo.id); in pointerPropertiesToNative() 320 gPointerPropertiesClassInfo.toolType); in pointerPropertiesToNative() 325 env->SetIntField(outPointerPropertiesObj, gPointerPropertiesClassInfo.id, in pointerPropertiesFromNative() 327 env->SetIntField(outPointerPropertiesObj, gPointerPropertiesClassInfo.toolType, in pointerPropertiesFromNative() 915 gPointerPropertiesClassInfo.id = GetFieldIDOrDie(env, clazz, "id", "I"); in register_android_view_MotionEvent() 916 gPointerPropertiesClassInfo.toolType = GetFieldIDOrDie(env, clazz, "toolType", "I"); in register_android_view_MotionEvent()
|