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

/frameworks/native/services/inputflinger/
H A DInputReader.cpp4700 const uint32_t lastFingerCount = mLastFingerIdBits.count(); local
4888 && lastFingerCount == 1) {
5037 if (lastFingerCount == 0 && currentFingerCount != 0) {
5065 } else if (!settled && currentFingerCount > lastFingerCount) {

Completed in 351 milliseconds