Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp107 constexpr int32_t AUTO_SCROLL_INTERVAL = 15; variable
8558 return ((MAX_DRAG_SCROLL_SPEED * speedFactor) / TIME_UNIT) * AUTO_SCROLL_INTERVAL; in OnBackPressed()
8591 taskExecutor->PostDelayedTask(autoScrollTask_, TaskExecutor::TaskType::UI, AUTO_SCROLL_INTERVAL, in OnBackPressed()