Home
last modified time | relevance | path

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

/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_screen_touch.cpp148 isStopDrawCircle_ = true; in SendInterceptedEvent()
272 while (time < times && isStopDrawCircle_ == false) { in DrawCircleProgress()
300 } else if (isStopDrawCircle_ == true) { in HandleResponseDelayStateInnerDown()
315 isStopDrawCircle_ = false; in HandleResponseDelayStateInnerDown()
351 if (isStopDrawCircle_ == true) { in HandleResponseDelayStateInnerMove()
367 if (isStopDrawCircle_ != true && !cachedDownPointerEvents_.empty()) { in HandleResponseDelayStateInnerMove()
375 isStopDrawCircle_ = true; in HandleResponseDelayStateInnerMove()
379 if (isStopDrawCircle_ != true) { in HandleResponseDelayStateInnerMove()
394 isStopDrawCircle_ = true; in HandleResponseDelayStateInnerUp()
398 if (isStopDrawCircle_ == true) { in HandleResponseDelayStateInnerUp()
[all …]
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_screen_touch.h114 std::atomic<bool> isStopDrawCircle_; variable