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

  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 45 } gMotionEventClassInfo;
73 env->GetLongField(eventObj, gMotionEventClassInfo.mNativePtr));
78 env->SetLongField(eventObj, gMotionEventClassInfo.mNativePtr,
83 jobject eventObj = env->CallStaticObjectMethod(gMotionEventClassInfo.clazz,
84 gMotionEventClassInfo.obtain);
103 env->CallVoidMethod(eventObj, gMotionEventClassInfo.recycle);
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 108 } gMotionEventClassInfo;
    [all...]

Completed in 86 milliseconds