Home
last modified time | relevance | path

Searched refs:NANOS_PER_MILLI (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DEventScheduler.java32 private static final long NANOS_PER_MILLI = 1000000; field in EventScheduler
231 millisToWait = 1 + (nanosToWait / NANOS_PER_MILLI); in waitNextEvent()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DEventScheduler.java32 private static final long NANOS_PER_MILLI = 1000000; field in EventScheduler
231 millisToWait = 1 + (nanosToWait / NANOS_PER_MILLI); in waitNextEvent()