Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager_pen.cpp82 if ((iterCountLast >= lastPenHoverDispatchLength_) && (lastPenHoverDispatchLength_ != 0)) { in DispatchPenHoverEventNG()
87 lastPenHoverDispatchLength_ = 0; in DispatchPenHoverEventNG()
97 lastPenHoverDispatchLength_ = iterCountCurr; in DispatchPenHoverEventNG()
102 lastPenHoverDispatchLength_ = iterCountCurr; in DispatchPenHoverEventNG()
H A Devent_manager.h357 uint32_t lastPenHoverDispatchLength_ = 0; variable