Searched refs:mTouchStates (Results 1 – 2 of 2) sorted by relevance
954 mTouchStates.push_back({}); in updateTouchState()955 index = mTouchStates.size() - 1; in updateTouchState()957 TouchState& touchState = mTouchStates[index]; in updateTouchState()966 TouchState& touchState = mTouchStates[index]; in updateTouchState()976 TouchState& touchState = mTouchStates[index]; in updateTouchState()986 TouchState& touchState = mTouchStates[index]; in updateTouchState()996 TouchState& touchState = mTouchStates[index]; in updateTouchState()1008 mTouchStates.erase(mTouchStates.begin() + index); in updateTouchState()1065 TouchState& touchState = mTouchStates[index]; in resampleTouchState()1318 for (size_t i = 0; i < mTouchStates.size(); i++) { in findTouchState()[all …]
620 std::vector<TouchState> mTouchStates; variable