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