Searched refs:mBounce (Results 1 – 1 of 1) sorted by relevance
30 private final long mBounce; field in KeyboardInterpreter34 mBounce = 2000; // TODO: remove this once latencies in lower layers are removed. in KeyboardInterpreter()51 if ((System.currentTimeMillis() - mLastDeckNavigation) > mBounce) { in onKeyDown()59 if ((System.currentTimeMillis() - mLastDeckNavigation) > mBounce) { in onKeyDown()