Home
last modified time | relevance | path

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

/external/skia/include/views/
DSkTouchGesture.h37 void touchEnd(void* owner);
/external/skia/src/views/
DSkTouchGesture.cpp259 void SkTouchGesture::touchEnd(void* owner) { in touchEnd() function in SkTouchGesture
/external/skia/samplecode/
DSampleApp.cpp1957 fGesture.touchEnd(click->fOwner); in onClick()