Searched refs:TouchReleased (Results 1 – 4 of 4) sorted by relevance
33 TouchReleased, enumerator
250 convertedState = PlatformTouchPoint::TouchReleased; in dispatchTouchEvent()
375 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()387 return PlatformTouchPoint::TouchReleased; in toPlatformTouchPointState()
210 m_state = TouchReleased; in SyntheticTouchPoint()3562 case PlatformTouchPoint::TouchReleased: in eventNameForTouchPointState()3627 …if (point.state() != PlatformTouchPoint::TouchReleased && point.state() != PlatformTouchPoint::Tou… in handleTouchEvent()3651 case PlatformTouchPoint::TouchReleased: in handleTouchEvent()3701 …} else if (pointState == PlatformTouchPoint::TouchReleased || pointState == PlatformTouchPoint::To… in handleTouchEvent()3743 …if (pointState != PlatformTouchPoint::TouchReleased && pointState != PlatformTouchPoint::TouchCanc… in handleTouchEvent()