Home
last modified time | relevance | path

Searched refs:touchStates_ (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp311 touchStates_.push_back(newState); in UpdateTouchState()
312 idx = static_cast<ssize_t>(touchStates_.size()) - 1; in UpdateTouchState()
314 TouchState& touchState = touchStates_.at(idx); in UpdateTouchState()
322 TouchState& touchState = touchStates_.at(idx); in UpdateTouchState()
332 TouchState& touchState = touchStates_.at(idx); in UpdateTouchState()
334 touchStates_.erase(touchStates_.begin() + idx); in UpdateTouchState()
358 TouchState &touchState = touchStates_.at(idx); in ResampleTouchState()
458 for (auto it = touchStates_.begin(); it < touchStates_ in FindTouchState()
[all...]
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp859 EventResampleHdr->touchStates_.push_back(ts); in HWTEST_F()
890 EventResampleHdr->touchStates_.push_back(ts); in HWTEST_F()
935 EventResampleHdr->touchStates_.push_back(ts); in HWTEST_F()
965 EventResampleHdr->touchStates_.push_back(ts); in HWTEST_F()
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h238 std::vector<TouchState> touchStates_; member in OHOS::MMI::final

Completed in 4 milliseconds