Home
last modified time | relevance | path

Searched refs:scheduleNext (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DPrioritizedSerialExecutor.java72 scheduleNext(); in execute()
77 scheduleNext(); in execute()
96 scheduleNext(); in executePrioritized()
101 scheduleNext(); in executePrioritized()
115 private void scheduleNext() { in scheduleNext() method in PrioritizedSerialExecutor
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoCarousel.java79 scheduleNext((int) mDropPeriod - elapsed); in run()
81 scheduleNext(mDropPeriod); in run()
90 private void scheduleNext(long delay) { in scheduleNext() method in PhotoCarousel.Flipper
DPhotoTable.java61 PhotoTable.this.scheduleNext(mDropPeriod); in run()
591 table.scheduleNext(table.mFastDropPeriod); in onPostExecute()
689 scheduleNext(mNowDropDelay); in fadeAway()
999 scheduleNext(0); in start()
1021 public void scheduleNext(int delay) { in scheduleNext() method in PhotoTable