Searched refs:MAX_TRACKBALL_DELAY (Results 1 – 1 of 1) sorted by relevance
221 static final int MAX_TRACKBALL_DELAY = 250; field in ViewRootImpl5688 if ((mLastTime + MAX_TRACKBALL_DELAY) < curTime) { in process()