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