Home | History | Annotate | Download | only in jni

Lines Matching refs:actionIndex

3185 int WebViewCore::handleTouchEvent(int action, Vector<int>& ids, Vector<IntPoint>& points, int actionIndex, int metaState)
3240 // Note: actionIndex will be 0 for all actions that are not ACTION_POINTER_DOWN/UP.
3241 if (action == MOTION_EVENT_ACTION_POINTER_DOWN && c == actionIndex) {
3243 } else if (action == MOTION_EVENT_ACTION_POINTER_UP && c == actionIndex) {
4608 jint count, jint actionIndex, jint metaState)
4626 return viewImpl->handleTouchEvent(action, ids, points, actionIndex, metaState);