Searched refs:mRawStatesPending (Results 1 – 2 of 2) sorted by relevance
1379 mRawStatesPending.clear(); in reset()1442 mRawStatesPending.empty() ? &mCurrentRawState : &mRawStatesPending.back(); in sync()1445 mRawStatesPending.emplace_back(); in sync()1447 RawState* next = &mRawStatesPending.back(); in sync()1483 mRawStatesPending.clear(); in processRawTouches()1491 const size_t N = mRawStatesPending.size(); in processRawTouches()1494 const RawState& next = mRawStatesPending[count]; in processRawTouches()1511 mRawStatesPending.erase(mRawStatesPending.begin(), mRawStatesPending.begin() + count); in processRawTouches()
422 std::vector<RawState> mRawStatesPending; variable