Home
last modified time | relevance | path

Searched refs:RICH_EDITOR_TWINKLING_INTERVAL_MS (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.cpp106 constexpr int32_t RICH_EDITOR_TWINKLING_INTERVAL_MS = 500; variable
2671 …PostDelayedTask(caretTwinklingTask_, TaskExecutor::TaskType::UI, RICH_EDITOR_TWINKLING_INTERVAL_MS, in ScheduleCaretTwinkling()