Lines Matching refs:mTouchStates
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()
829 for (size_t i = 0; i < mTouchStates.size(); i++) { in findTouchState()
830 const TouchState& touchState = mTouchStates[i]; in findTouchState()