Searched refs:handleDblTap (Results 1 – 2 of 2) sorted by relevance
74 bool handleDblTap(float, float);
269 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()311 bool SkTouchGesture::handleDblTap(float x, float y) { in handleDblTap() function in SkTouchGesture