Home
last modified time | relevance | path

Searched refs:mTouchStates (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/
DInputTransport.cpp598 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 …]
/frameworks/native/include/input/
DInputTransport.h414 Vector<TouchState> mTouchStates; variable