Searched refs:TouchStateEnd (Results 1 – 2 of 2) sorted by relevance
44 TouchStateEnd // Placeholder: must remain the last item. enumerator
3093 } changedTouches[PlatformTouchPoint::TouchStateEnd]; in handleTouchEvent()3208 ASSERT(pointState < PlatformTouchPoint::TouchStateEnd); in handleTouchEvent()3220 for (unsigned state = 0; state != PlatformTouchPoint::TouchStateEnd; ++state) { in handleTouchEvent()