Searched refs:maxSpeed (Results 1 – 1 of 1) sorted by relevance
469 const int maxSpeed = 20; in panScroll() local487 yDelta = max(min(yDelta, maxSpeed), -maxSpeed); in panScroll()