Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DInputConsumer.cpp474 mTouchStates.push_back({}); in updateTouchState()
475 index = mTouchStates.size() - 1; in updateTouchState()
477 TouchState& touchState = mTouchStates[index]; in updateTouchState()
486 TouchState& touchState = mTouchStates[index]; in updateTouchState()
496 TouchState& touchState = mTouchStates[index]; in updateTouchState()
506 TouchState& touchState = mTouchStates[index]; in updateTouchState()
516 TouchState& touchState = mTouchStates[index]; in updateTouchState()
526 TouchState& touchState = mTouchStates[index]; in updateTouchState()
528 mTouchStates.erase(mTouchStates.begin() + index); in updateTouchState()
581 TouchState& touchState = mTouchStates[index]; in resampleTouchState()
[all …]
/frameworks/native/include/input/
DInputConsumer.h213 std::vector<TouchState> mTouchStates; variable