Lines Matching full:starty
346 * @param startY Starting vertical scroll offset in pixels. Positive numbers
353 public void startScroll(int startX, int startY, int dx, int dy) {
354 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
363 * @param startY Starting vertical scroll offset in pixels. Positive numbers
371 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
377 mStartY = startY;
379 mFinalY = startY + dy;
390 * @param startY Starting point of the scroll (Y)
404 public void fling(int startX, int startY, int velocityX, int velocityY,
435 mStartY = startY;
453 mFinalY = startY + (int) Math.round(totalDistance * coeffY);