Home | History | Annotate | Download | only in inputflinger

Lines Matching refs:activeTouchId

4730     int32_t lastActiveTouchId = mPointerGesture.activeTouchId;
4731 int32_t activeTouchId = lastActiveTouchId;
4732 if (activeTouchId < 0) {
4735 activeTouchId = mPointerGesture.activeTouchId =
4739 } else if (!mCurrentFingerIdBits.hasBit(activeTouchId)) {
4742 activeTouchId = mPointerGesture.activeTouchId =
4745 activeTouchId = mPointerGesture.activeTouchId = -1;
4751 if (activeTouchId < 0) {
4809 ALOGD("Gestures: BUTTON_CLICK_OR_DRAG activeTouchId=%d, "
4810 "currentFingerCount=%d", activeTouchId, currentFingerCount);
4820 if (activeTouchId >= 0 && currentFingerCount > 1) {
4834 if (bestId >= 0 && bestId != activeTouchId) {
4835 mPointerGesture.activeTouchId = activeTouchId = bestId;
4844 if (activeTouchId >= 0 && mLastFingerIdBits.hasBit(activeTouchId)) {
4846 mCurrentRawPointerData.pointerForId(activeTouchId);
4848 mLastRawPointerData.pointerForId(activeTouchId);
4957 ALOG_ASSERT(activeTouchId >= 0);
4984 if (mLastFingerIdBits.hasBit(activeTouchId)) {
4986 mCurrentRawPointerData.pointerForId(activeTouchId);
4988 mLastRawPointerData.pointerForId(activeTouchId);
5057 ALOG_ASSERT(activeTouchId >= 0);
5262 ALOGD("Gestures: PRESS or SWIPE activeTouchId=%d,"
5264 activeTouchId, mPointerGesture.activeGestureId, currentFingerCount);
5284 ALOGD("Gestures: FREEFORM activeTouchId=%d,"
5286 activeTouchId, mPointerGesture.activeGestureId, currentFingerCount);
5298 mappedTouchIdBits.markBit(activeTouchId);
5300 mPointerGesture.freeformTouchToGestureIdMap[activeTouchId] =