Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_PanZoomControllerNatives_h
#define mozilla_java_PanZoomControllerNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/PanZoomControllerWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class PanZoomController::NativeProvider::Natives : public mozilla::jni::NativeImpl<NativeProvider, Impl>
{
public:
static const JNINativeMethod methods[5];
};
template<class Impl>
const JNINativeMethod PanZoomController::NativeProvider::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<PanZoomController::NativeProvider::HandleDragEvent_t>(
mozilla::jni::NativeStub<PanZoomController::NativeProvider::HandleDragEvent_t, Impl>
::template Wrap<&Impl::HandleDragEvent>),
mozilla::jni::MakeNativeMethod<PanZoomController::NativeProvider::HandleMotionEvent_t>(
mozilla::jni::NativeStub<PanZoomController::NativeProvider::HandleMotionEvent_t, Impl>
::template Wrap<&Impl::HandleMotionEvent>),
mozilla::jni::MakeNativeMethod<PanZoomController::NativeProvider::HandleMouseEvent_t>(
mozilla::jni::NativeStub<PanZoomController::NativeProvider::HandleMouseEvent_t, Impl>
::template Wrap<&Impl::HandleMouseEvent>),
mozilla::jni::MakeNativeMethod<PanZoomController::NativeProvider::HandleScrollEvent_t>(
mozilla::jni::NativeStub<PanZoomController::NativeProvider::HandleScrollEvent_t, Impl>
::template Wrap<&Impl::HandleScrollEvent>),
mozilla::jni::MakeNativeMethod<PanZoomController::NativeProvider::SetIsLongpressEnabled_t>(
mozilla::jni::NativeStub<PanZoomController::NativeProvider::SetIsLongpressEnabled_t, Impl>
::template Wrap<&Impl::SetIsLongpressEnabled>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_PanZoomControllerNatives_h