HomeSort by relevance Sort by last modified time
    Searched refs:handleDblTap (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/include/views/
SkTouchGesture.h 74 bool handleDblTap(float, float);
  /external/skia/include/views/
SkTouchGesture.h 74 bool handleDblTap(float, float);
  /external/chromium_org/third_party/skia/src/views/
SkTouchGesture.cpp 267 if (this->handleDblTap(rec.fLastX, rec.fLastY)) {
309 bool SkTouchGesture::handleDblTap(float x, float y) {
  /external/skia/src/views/
SkTouchGesture.cpp 267 if (this->handleDblTap(rec.fLastX, rec.fLastY)) {
309 bool SkTouchGesture::handleDblTap(float x, float y) {

Completed in 66 milliseconds