Searched refs:mTouchStates (Results 1 – 2 of 2) sorted by relevance
599 mTouchStates.push(); in updateTouchState()600 index = mTouchStates.size() - 1; in updateTouchState()602 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()611 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()625 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()635 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()645 const TouchState& touchState = mTouchStates.itemAt(index); in updateTouchState()655 const TouchState& touchState = mTouchStates.itemAt(index); in updateTouchState()657 mTouchStates.removeAt(index); in updateTouchState()699 TouchState& touchState = mTouchStates.editItemAt(index); in resampleTouchState()[all …]
414 Vector<TouchState> mTouchStates; variable