Searched refs:TouchCancelled (Results 1 – 4 of 4) sorted by relevance
37 TouchCancelled, enumerator
256 convertedState = PlatformTouchPoint::TouchCancelled; in dispatchTouchEvent()
3564 case PlatformTouchPoint::TouchCancelled: in eventNameForTouchPointState()3627 …tate() != PlatformTouchPoint::TouchReleased && point.state() != PlatformTouchPoint::TouchCancelled) in handleTouchEvent()3652 case PlatformTouchPoint::TouchCancelled: in handleTouchEvent()3701 …ntState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()3743 …ntState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCancelled) { in handleTouchEvent()3774 bool isTouchCancelEvent = (state == PlatformTouchPoint::TouchCancelled); in handleTouchEvent()
383 return PlatformTouchPoint::TouchCancelled; in toPlatformTouchPointState()