Searched refs:mLastDeckNavigation (Results 1 - 1 of 1) sorted by relevance

/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DKeyboardInterpreter.java31 private long mLastDeckNavigation; field in class:KeyboardInterpreter
51 if ((System.currentTimeMillis() - mLastDeckNavigation) > mBounce) {
52 mLastDeckNavigation = System.currentTimeMillis();
59 if ((System.currentTimeMillis() - mLastDeckNavigation) > mBounce) {
60 mLastDeckNavigation = System.currentTimeMillis();

Completed in 34 milliseconds