Searched refs:mTouchStates (Results 1 – 2 of 2) sorted by relevance
474 mTouchStates.push_back({}); in updateTouchState()475 index = mTouchStates.size() - 1; in updateTouchState()477 TouchState& touchState = mTouchStates[index]; in updateTouchState()486 TouchState& touchState = mTouchStates[index]; in updateTouchState()496 TouchState& touchState = mTouchStates[index]; in updateTouchState()506 TouchState& touchState = mTouchStates[index]; in updateTouchState()516 TouchState& touchState = mTouchStates[index]; in updateTouchState()526 TouchState& touchState = mTouchStates[index]; in updateTouchState()528 mTouchStates.erase(mTouchStates.begin() + index); in updateTouchState()581 TouchState& touchState = mTouchStates[index]; in resampleTouchState()[all …]
213 std::vector<TouchState> mTouchStates; variable