Searched refs:longPressDragMaxDiff (Results 1 – 1 of 1) sorted by relevance
2527 const double longPressDragMaxDiff = longPressDragSwitchFocus - longPressDragStart; in DragIndicator() local2566 double dragRate = (fabsOffset - longPressDragStart) / longPressDragMaxDiff; in DragIndicator()