Home
last modified time | relevance | path

Searched refs:touchMoved (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/views/
DSkTouchGesture.h36 void touchMoved(void* owner, float x, float y);
/external/skia/src/views/
DSkTouchGesture.cpp203 void SkTouchGesture::touchMoved(void* owner, float x, float y) { in touchMoved() function in SkTouchGesture
/external/skia/samplecode/
DSampleApp.cpp1953 fGesture.touchMoved(click->fOwner, x, y); in onClick()