Searched refs:SCROLL_INTERVAL_MS (Results 1 – 1 of 1) sorted by relevance
80 private static final int SCROLL_INTERVAL_MS = 50; field in ModeListView1912 if (timeElapsed > SCROLL_INTERVAL_MS) { in getMaxMovementBasedOnPosition()1913 timeElapsed = SCROLL_INTERVAL_MS; in getMaxMovementBasedOnPosition()