HomeSort by relevance Sort by last modified time
    Searched refs:handleTouch (Results 1 - 3 of 3) sorted by null

  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.h 50 void handleTouch(int x, int y);
AudioPlugin.cpp 300 handleTouch(x, y);
330 void AudioPlugin::handleTouch(int x, int y) {
  /external/skia/gpu/src/
app-android.cpp 58 void handleTouch(void*, TouchState, float x, float y);
217 void State::handleTouch(void* owner, TouchState state, float x, float y) {
367 get_state()->handleTouch(int2ptr(id), (TouchState)type, x, y);

Completed in 1016 milliseconds