Lines Matching refs:threshold
2203 int threshold = GeneralDragHysteresis;2205 threshold = ImageDragHysteresis;2207 threshold = LinkDragHysteresis;2209 threshold = TextDragHysteresis;2211 return abs(delta.width()) >= threshold || abs(delta.height()) >= threshold;