OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNoteIndex
(Results
1 - 5
of
5
) sorted by null
/developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthVoice.java
23
private int
mNoteIndex
;
30
mNoteIndex
= -1;
35
this.
mNoteIndex
= noteIndex;
68
return
mNoteIndex
;
/developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthVoice.java
23
private int
mNoteIndex
;
30
mNoteIndex
= -1;
35
this.
mNoteIndex
= noteIndex;
68
return
mNoteIndex
;
/developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthVoice.java
23
private int
mNoteIndex
;
30
mNoteIndex
= -1;
35
this.
mNoteIndex
= noteIndex;
68
return
mNoteIndex
;
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthVoice.java
23
private int
mNoteIndex
;
30
mNoteIndex
= -1;
35
this.
mNoteIndex
= noteIndex;
68
return
mNoteIndex
;
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthVoice.java
23
private int
mNoteIndex
;
30
mNoteIndex
= -1;
35
this.
mNoteIndex
= noteIndex;
68
return
mNoteIndex
;
Completed in 110 milliseconds