Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dmultiple_click_recognizer.h79 float minIntervalTime_ = 0.0f; variable
H A Dmultiple_click_recognizer.cpp62 …if (GreatOrEqual(timeout.count(), minIntervalTime_) && LessNotEqual(timeout.count(), maxIntervalTi… in IsValidClick()