Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/include/views/
DSkTouchGesture.h74 bool handleDblTap(float, float);
/external/skia/include/views/
DSkTouchGesture.h74 bool handleDblTap(float, float);
/external/skia/src/views/
DSkTouchGesture.cpp267 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
309 bool SkTouchGesture::handleDblTap(float x, float y) { in handleDblTap() function in SkTouchGesture
/external/chromium_org/third_party/skia/src/views/
DSkTouchGesture.cpp267 if (this->handleDblTap(rec.fLastX, rec.fLastY)) { in touchEnd()
309 bool SkTouchGesture::handleDblTap(float x, float y) { in handleDblTap() function in SkTouchGesture