Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputTransport.cpp790 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()
[all …]
/frameworks/native/include/input/
DInputTransport.h483 Vector<TouchState> mTouchStates; variable