public interface IReceiveMotionEventGroup extends IReceiveMotionEvents
Modifier and Type | Method and Description |
---|---|
IHitTestable |
getEventsSource()
Gets the
IHitTestable source of motion events. |
java.lang.String |
getMotionEventGroup()
Gets the ID of the motion event group, which is used to share motion events across multiple targets.
|
boolean |
getPointRelativeTo(android.graphics.PointF point,
IHitTestable relativeTo)
Transforms a point relative to the specified
IHitTestable instance. |
getIsEnabled, getName, getReceiveHandledEvents, onGenericMotion, onTouch
java.lang.String getMotionEventGroup()
IHitTestable getEventsSource()
IHitTestable
source of motion events.IHitTestable
source of motion events.boolean getPointRelativeTo(android.graphics.PointF point, IHitTestable relativeTo)
IHitTestable
instance.point
- The point to transform.relativeTo
- The target IHitTestable
instance.