Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp310 … auto thresholdDistance = context ? context->NormalizeToPx(Dimension(5, DimensionUnit::VP)) : 5; in PreProcessTouchEvent() local
311 if (deltaDistance > thresholdDistance) { in PreProcessTouchEvent()