Searched defs:handleTouch (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A Dapp-android.cpp64 void handleTouch(void*, TouchState, float x, float y);
223 void State::handleTouch(void* owner, TouchState state, float x, float y) { function in class:State
373 get_state()->handleTouch(int2ptr(id), (TouchState)type, x, y);

Completed in 475 milliseconds