131132133134135136137
touchCount = 0; touches = CollectionFactory.constructArray(); savedStartTouches = CollectionFactory.constructArray(); state = State.READY; foundTaps = 0; timeProvider = new SystemTimeProvider(); }