Home | History | Annotate | Download | only in input

Lines Matching refs:split

1150     bool isSplit = mTouchState.split;
1255 // New window does not support splitting but we have already split events.
1789 // Split a motion event if needed.
1798 return; // split event was dropped
1801 ALOGD("channel '%s' ~ Split motion event.",
2267 // or ACTION_POINTER_DOWN events that caused us to decide to split the pointers
2269 ALOGW("Dropping split motion event because the pointer count is %d but "
3101 dump.appendFormat(INDENT "TouchSplit: %s\n", toString(mTouchState.split));
4311 down(false), split(false), deviceId(-1), source(0), displayId(-1) {
4319 split = false;
4328 split = other.split;
4338 split = true;