Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:split

1158     bool isSplit = mTempTouchState.split;
1244 // New window does not support splitting but we have already split events.
1820 // Split a motion event if needed.
1829 return; // split event was dropped
1832 ALOGD("channel '%s' ~ Split motion event.",
2308 // or ACTION_POINTER_DOWN events that caused us to decide to split the pointers
2310 ALOGW("Dropping split motion event because the pointer count is %d but "
3168 dump.appendFormat(INDENT2 "%d: down=%s, split=%s, deviceId=%d, source=0x%08x\n",
3169 state.displayId, toString(state.down), toString(state.split),
4450 down(false), split(false), deviceId(-1), source(0), displayId(-1) {
4458 split = false;
4467 split = other.split;
4477 split = true;