NativeGestureHandle class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
Static Methods
-
handleAttachedToWindow(RenderContext<LoadInstanceContext> context, int nodeId, int rootId)
→ void
-
-
handleClick(RenderContext<LoadInstanceContext> context, int nodeId, int rootId)
→ void
-
-
handleDetachedFromWindow(RenderContext<LoadInstanceContext> context, int nodeId, int rootId)
→ void
-
-
handleLongClick(RenderContext<LoadInstanceContext> context, int nodeId, int rootId)
→ void
-
-
handlePressIn(RenderContext<LoadInstanceContext> context, int nodeId, int rootId)
→ void
-
-
handlePressOut(RenderContext<LoadInstanceContext> context, int nodeId, int rootId)
→ void
-
-
handleTouchCancel(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y)
→ void
-
-
handleTouchDown(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y)
→ void
-
-
handleTouchEnd(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y)
→ void
-
-
handleTouchMove(RenderContext<LoadInstanceContext> context, int nodeId, int rootId, double x, double y)
→ void
-