Searched refs:durationY (Results 1 – 1 of 1) sorted by relevance
816 int durationY = velocityY ==0 ? 0 : (int)((Math.abs(dy) * 1000) / velocityY); in startScroll() local817 if (duration == 0) duration = Math.max(durationX, durationY); in startScroll()