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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp5117 int32_t lastActiveTouchId = mPointerGesture.activeTouchId;
5118 int32_t activeTouchId = lastActiveTouchId; local
5119 if (activeTouchId < 0) {
5122 activeTouchId = mPointerGesture.activeTouchId =
5126 } else if (!mCurrentCookedState.fingerIdBits.hasBit(activeTouchId)) {
5129 activeTouchId = mPointerGesture.activeTouchId =
5132 activeTouchId = mPointerGesture.activeTouchId
[all...]
H A DInputReader.h1682 int32_t activeTouchId; // -1 if none member in struct:android::TouchInputMapper::PointerGesture
1737 activeTouchId = -1;

Completed in 18 milliseconds