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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewGestureHandler.java785 // be returned via confirmTouchEvent(false) and eventually passed to
871 // When sending an event to native, the callback to confirmTouchEvent can be
872 // synchronous or asynchronous and confirmTouchEvent expects the event to be
976 void confirmTouchEvent(int ackResult) { method in class:ContentViewGestureHandler
978 TraceEvent.begin("confirmTouchEvent");
981 Log.w(TAG, "confirmTouchEvent with Empty pending list!");
1028 TraceEvent.end("confirmTouchEvent");
H A DContentViewCore.java1362 private void confirmTouchEvent(int ackResult) { method in class:ContentViewCore
1363 mContentViewGestureHandler.confirmTouchEvent(ackResult);

Completed in 93 milliseconds