Searched refs:SCROLL_DELAY (Results 1 – 3 of 3) sorted by relevance
56 public static final int SCROLL_DELAY = 500; field in DragController551 final int delay = mDistanceSinceScroll < slop ? RESCROLL_DELAY : SCROLL_DELAY; in checkScrollState()603 mHandler.postDelayed(mScrollRunnable, SCROLL_DELAY);
91 public static final int SCROLL_HINT_DURATION = DragController.SCROLL_DELAY;
52 private static final int SCROLL_DELAY = 500; field in DragController532 final int delay = mDistanceSinceScroll < slop ? RESCROLL_DELAY : SCROLL_DELAY; in checkScrollState()585 mHandler.postDelayed(mScrollRunnable, SCROLL_DELAY);