Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.cpp25 constexpr int32_t DOUBLE_CLICK_TIME = 2; variable
76 return GetClickTimes() == DOUBLE_CLICK_TIME; in IsDoubleClick()