Searched defs:activeTouchId (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4730 int32_t lastActiveTouchId = mPointerGesture.activeTouchId;
4731 int32_t activeTouchId = lastActiveTouchId; local
4732 if (activeTouchId < 0) {
4735 activeTouchId = mPointerGesture.activeTouchId =
4739 } else if (!mCurrentFingerIdBits.hasBit(activeTouchId)) {
4742 activeTouchId = mPointerGesture.activeTouchId =
4745 activeTouchId = mPointerGesture.activeTouchId
[all...]
H A DInputReader.h1567 int32_t activeTouchId; // -1 if none member in struct:android::TouchInputMapper::PointerGesture
1622 activeTouchId = -1;

Completed in 87 milliseconds