Home
last modified time | relevance | path

Searched refs:MAX_DRAG_SCROLL_SPEED (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.cpp111 constexpr float MAX_DRAG_SCROLL_SPEED = 2400.0f; variable
8558 return ((MAX_DRAG_SCROLL_SPEED * speedFactor) / TIME_UNIT) * AUTO_SCROLL_INTERVAL; in OnBackPressed()