Interface IReceiveMotionEventGroup
Implements
Namespace:
Assembly: .dll
Syntax
public interface IReceiveMotionEventGroup extends IReceiveMotionEvents
Methods
getEventsSource()
Gets the IHitTestable source of motion events.
Declaration
public abstract IHitTestable getEventsSource()
Returns
Type | Description |
---|---|
IHitTestable | The IHitTestable source of motion events. |
getMotionEventGroup()
Gets the ID of the motion event group, which is used to share motion events across multiple targets.
Declaration
public abstract String getMotionEventGroup()
Returns
Type | Description |
---|---|
String | The ID of the motion event group, which is used to share motion events across multiple targets. |
getPointRelativeTo(PointF point, IHitTestable relativeTo)
Transforms a point relative to the specified IHitTestable instance.
Declaration
public abstract boolean getPointRelativeTo(PointF point, IHitTestable relativeTo)
Parameters
Type | Name | Description |
---|---|---|
android.graphics.PointF | point | The point to transform. |
IHitTestable | relativeTo | The target IHitTestable instance. |
Returns
Type | Description |
---|---|
boolean | True if transformation was successful. |