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

/frameworks/base/services/input/
H A DInputReader.cpp4554 int32_t lastActiveTouchId = mPointerGesture.activeTouchId;
4555 int32_t activeTouchId = lastActiveTouchId; local
4556 if (activeTouchId < 0) {
4559 activeTouchId = mPointerGesture.activeTouchId =
4563 } else if (!mCurrentFingerIdBits.hasBit(activeTouchId)) {
4566 activeTouchId = mPointerGesture.activeTouchId =
4569 activeTouchId = mPointerGesture.activeTouchId
[all...]
H A DInputReader.h1505 int32_t activeTouchId; // -1 if none member in struct:android::TouchInputMapper::PointerGesture
1560 activeTouchId = -1;

Completed in 774 milliseconds