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