Searched refs:thresholdDistance (Results 1 – 1 of 1) sorted by relevance
310 … auto thresholdDistance = context ? context->NormalizeToPx(Dimension(5, DimensionUnit::VP)) : 5; in PreProcessTouchEvent() local311 if (deltaDistance > thresholdDistance) { in PreProcessTouchEvent()