Source code
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 Javamethods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef AndroidDragEvent_h__
#define AndroidDragEvent_h__
#include "mozilla/jni/Refs.h"
namespace mozilla {
namespace java {
namespace sdk {
class DragEvent : public mozilla::jni::ObjectBase<DragEvent>
{
public:
static constexpr char name[] =
"android/view/DragEvent";
explicit DragEvent(const Context& ctx) : ObjectBase<DragEvent>(ctx) {}
static constexpr int32_t ACTION_DRAG_ENDED = 4;
static constexpr int32_t ACTION_DRAG_ENTERED = 5;
static constexpr int32_t ACTION_DRAG_EXITED = 6;
static constexpr int32_t ACTION_DRAG_LOCATION = 2;
static constexpr int32_t ACTION_DRAG_STARTED = 1;
static constexpr int32_t ACTION_DROP = 3;
static constexpr int32_t CONTENTS_FILE_DESCRIPTOR = 1;
static constexpr int32_t PARCELABLE_WRITE_RETURN_VALUE = 1;
static const mozilla::jni::CallingThread callingThread =
mozilla::jni::CallingThread::ANY;
};
} /* sdk */
} /* java */
} /* mozilla */
#endif