Searched refs:mTouchStates (Results 1 – 2 of 2) sorted by relevance
598 mTouchStates.push(); in updateTouchState()599 index = mTouchStates.size() - 1; in updateTouchState()601 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()610 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()624 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()634 TouchState& touchState = mTouchStates.editItemAt(index); in updateTouchState()644 const TouchState& touchState = mTouchStates.itemAt(index); in updateTouchState()654 const TouchState& touchState = mTouchStates.itemAt(index); in updateTouchState()656 mTouchStates.removeAt(index); in updateTouchState()698 TouchState& touchState = mTouchStates.editItemAt(index); in resampleTouchState()[all …]
414 Vector<TouchState> mTouchStates; variable