Home
last modified time | relevance | path

Searched refs:IsShouldDrop (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_input/services/state/include/
H A Dtouchpad_event_fragment.h31 bool IsShouldDrop();
/ohos5.0/foundation/distributedhardware/distributed_input/services/state/src/
H A Dtouchpad_event_fragment.cpp24 bool TouchPadEventFragment::IsShouldDrop() in IsShouldDrop() function in OHOS::DistributedHardware::DistributedInput::TouchPadEventFragment
H A Dtouchpad_event_fragment_mgr.cpp84 if (fragments_[dhId].back().IsShouldDrop()) { in DealSynEvent()