Home
last modified time | relevance | path

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

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