Searched refs:mCounters (Results 1 – 2 of 2) sorted by relevance
140 mCounters[id].fingers++; in recordFinger()145 mCounters[id].palms++; in recordPalm()156 mCounters[id].twoFingerSwipeGestures++; in processGesture()160 mCounters[id].threeFingerSwipeGestures++; in processGesture()163 mCounters[id].fourFingerSwipeGestures++; in processGesture()167 mCounters[id].pinchGestures++; in processGesture()200 for (auto& [id, counters] : mCounters) { in produceAtomsLocked()210 void resetCountersLocked() REQUIRES(mLock) { mCounters.clear(); } in resetCountersLocked()226 std::map<TouchpadInputMapper::MetricsIdentifier, Counters> mCounters GUARDED_BY(mLock);
351 LanguagePair[] mCounters; field in SmsMessageBodyTest.CounterHelper356 mCounters = new LanguagePair[12]; in CounterHelper()359 mCounters[i] = new LanguagePair(i/4, i%4); in CounterHelper()366 mCounters[i].clear(); in clear()373 mCounters[i].addChar(charClassTableRow); in addChar()385 LanguagePair pair = mCounters[i]; in fillData()