Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_mouse_autoclick.cpp25 constexpr uint32_t AUTOCLICK_TIMEOUT_MSG = 1; variable
137 timeoutHandler_->RemoveEvent(AUTOCLICK_TIMEOUT_MSG); in RecognizeAutoclick()
138 timeoutHandler_->SendEvent(AUTOCLICK_TIMEOUT_MSG, 0, delayTime); in RecognizeAutoclick()
171 timeoutHandler_->RemoveEvent(AUTOCLICK_TIMEOUT_MSG); in CancelAutoclick()
211 case AUTOCLICK_TIMEOUT_MSG: in ProcessEvent()