Home | History | Annotate | Download | only in input

Lines Matching refs:activeTouchId

4670     int32_t lastActiveTouchId = mPointerGesture.activeTouchId;
4671 int32_t activeTouchId = lastActiveTouchId;
4672 if (activeTouchId < 0) {
4675 activeTouchId = mPointerGesture.activeTouchId =
4679 } else if (!mCurrentFingerIdBits.hasBit(activeTouchId)) {
4682 activeTouchId = mPointerGesture.activeTouchId =
4685 activeTouchId = mPointerGesture.activeTouchId = -1;
4691 if (activeTouchId < 0) {
4749 ALOGD("Gestures: BUTTON_CLICK_OR_DRAG activeTouchId=%d, "
4750 "currentFingerCount=%d", activeTouchId, currentFingerCount);
4760 if (activeTouchId >= 0 && currentFingerCount > 1) {
4774 if (bestId >= 0 && bestId != activeTouchId) {
4775 mPointerGesture.activeTouchId = activeTouchId = bestId;
4784 if (activeTouchId >= 0 && mLastFingerIdBits.hasBit(activeTouchId)) {
4786 mCurrentRawPointerData.pointerForId(activeTouchId);
4788 mLastRawPointerData.pointerForId(activeTouchId);
4897 ALOG_ASSERT(activeTouchId >= 0);
4924 if (mLastFingerIdBits.hasBit(activeTouchId)) {
4926 mCurrentRawPointerData.pointerForId(activeTouchId);
4928 mLastRawPointerData.pointerForId(activeTouchId);
4997 ALOG_ASSERT(activeTouchId >= 0);
5202 ALOGD("Gestures: PRESS or SWIPE activeTouchId=%d,"
5204 activeTouchId, mPointerGesture.activeGestureId, currentFingerCount);
5224 ALOGD("Gestures: FREEFORM activeTouchId=%d,"
5226 activeTouchId, mPointerGesture.activeGestureId, currentFingerCount);
5238 mappedTouchIdBits.markBit(activeTouchId);
5240 mPointerGesture.freeformTouchToGestureIdMap[activeTouchId] =