Lines Matching refs:mTouchStates
790 mTouchStates.push(); in updateTouchState()
791 index = mTouchStates.size() - 1; in updateTouchState()
793 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()
802 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()
812 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()
822 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()
832 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()
842 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()
844 mTouchStates.removeAt(index); in updateTouchState()
901 TouchState& touchState = mTouchStates.editItemAt(index); in resampleTouchState()
1105 for (size_t i = 0; i < mTouchStates.size(); i++) { in findTouchState()
1106 const TouchState& touchState = mTouchStates.itemAt(i); in findTouchState()