Home
last modified time | relevance | path

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

/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSynthVoice.java23 private int mNoteIndex; field in SynthVoice
30 mNoteIndex = -1; in SynthVoice()
35 this.mNoteIndex = noteIndex; in noteOn()
68 return mNoteIndex; in getNoteIndex()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSynthVoice.java23 private int mNoteIndex; field in SynthVoice
30 mNoteIndex = -1; in SynthVoice()
35 this.mNoteIndex = noteIndex; in noteOn()
68 return mNoteIndex; in getNoteIndex()