Home
last modified time | relevance | path

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

/external/skqp/tools/viewer/
DTouchGesture.h21 void touchEnd(void* owner);
DTouchGesture.cpp262 void TouchGesture::touchEnd(void* owner) { in touchEnd() function in TouchGesture
DViewer.cpp1281 fGesture.touchEnd(castedOwner); in onTouch()
1328 fGesture.touchEnd(nullptr); in onMouse()
/external/skia/tools/viewer/
DTouchGesture.h21 void touchEnd(void* owner);
DTouchGesture.cpp262 void TouchGesture::touchEnd(void* owner) { in touchEnd() function in TouchGesture
DViewer.cpp1343 fGesture.touchEnd(castedOwner); in onTouch()
1390 fGesture.touchEnd(nullptr); in onMouse()