Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp954 mTouchStates.push_back({}); in updateTouchState()
955 index = mTouchStates.size() - 1; in updateTouchState()
957 TouchState& touchState = mTouchStates[index]; in updateTouchState()
966 TouchState& touchState = mTouchStates[index]; in updateTouchState()
976 TouchState& touchState = mTouchStates[index]; in updateTouchState()
986 TouchState& touchState = mTouchStates[index]; in updateTouchState()
996 TouchState& touchState = mTouchStates[index]; in updateTouchState()
1008 mTouchStates.erase(mTouchStates.begin() + index); in updateTouchState()
1065 TouchState& touchState = mTouchStates[index]; in resampleTouchState()
1318 for (size_t i = 0; i < mTouchStates.size(); i++) { in findTouchState()
[all …]
/aosp12/frameworks/native/include/input/
H A DInputTransport.h620 std::vector<TouchState> mTouchStates; variable