Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp1472 if ((iterCountLast >= lastHoverDispatchLength_) && (lastHoverDispatchLength_ != 0)) { in DispatchMouseHoverEventNG()
1477 lastHoverDispatchLength_ = 0; in DispatchMouseHoverEventNG()
1487 lastHoverDispatchLength_ = iterCountCurr; in DispatchMouseHoverEventNG()
1492 lastHoverDispatchLength_ = iterCountCurr; in DispatchMouseHoverEventNG()
H A Devent_manager.h355 uint32_t lastHoverDispatchLength_ = 0; variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp828 eventManager->lastHoverDispatchLength_++;