Home
last modified time | relevance | path

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

/external/skia/include/views/
DSkTouchGesture.h35 void touchBegin(void* owner, float x, float y);
/external/skia/src/views/
DSkTouchGesture.cpp144 void SkTouchGesture::touchBegin(void* owner, float x, float y) { in touchBegin() function in SkTouchGesture
/external/skia/samplecode/
DSampleApp.cpp1950 fGesture.touchBegin(click->fOwner, x, y); in onClick()