Home
last modified time | relevance | path

Searched refs:MAX_CLICK (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.cpp118 constexpr int32_t MAX_CLICK = 3; variable
10605 if (clickInfo_.size() > MAX_CLICK) { in OnBackPressed()
10608 if (clickInfo_.size() == MAX_CLICK) { in OnBackPressed()