Searched refs:touchMoved (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/views/
H A DSkTouchGesture.h36 void touchMoved(void* owner, float x, float y);
/external/skia/src/gpu/
H A Dapp-android.cpp229 fGesture.touchMoved(owner, x, y);
/external/skia/src/views/
H A DSkTouchGesture.cpp203 void SkTouchGesture::touchMoved(void* owner, float x, float y) { function in class:SkTouchGesture
204 // GrPrintf("--- %d touchMoved %p %g %g\n", fTouches.count(), owner, x, y);
/external/skia/samplecode/
H A DSampleApp.cpp1710 fGesture.touchMoved(click->fOwner, x, y);

Completed in 181 milliseconds