Home
last modified time | relevance | path

Searched refs:handleDblTap (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/viewer/
DTouchGesture.h89 bool handleDblTap(float, float);
DTouchGesture.cpp272 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
327 bool TouchGesture::handleDblTap(float x, float y) { in handleDblTap() function in TouchGesture
/external/skia/tools/viewer/
DTouchGesture.h92 bool handleDblTap(float, float);
DTouchGesture.cpp271 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
324 bool TouchGesture::handleDblTap(float x, float y) { in handleDblTap() function in TouchGesture