/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/ |
D | SawVoice.java | 36 public void noteOn(int noteIndex, int velocity) { in noteOn() argument 37 super.noteOn(noteIndex, velocity); in noteOn()
|
D | SynthVoice.java | 33 public void noteOn(int noteIndex, int velocity) { in noteOn() argument 36 setAmplitude(velocity / 128.0f); in noteOn()
|
D | SynthEngine.java | 197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() argument 230 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn() argument 231 if (velocity == 0) { in noteOn() 232 noteOff(channel, noteIndex, velocity); in noteOn() 242 voice.noteOn(noteIndex, velocity); in noteOn()
|
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/ |
D | SawVoice.java | 36 public void noteOn(int noteIndex, int velocity) { in noteOn() argument 37 super.noteOn(noteIndex, velocity); in noteOn()
|
D | SynthVoice.java | 33 public void noteOn(int noteIndex, int velocity) { in noteOn() argument 36 setAmplitude(velocity / 128.0f); in noteOn()
|
D | SynthEngine.java | 197 public void noteOff(int channel, int noteIndex, int velocity) { in noteOff() argument 230 public void noteOn(int channel, int noteIndex, int velocity) { in noteOn() argument 231 if (velocity == 0) { in noteOn() 232 noteOff(channel, noteIndex, velocity); in noteOn() 242 voice.noteOn(noteIndex, velocity); in noteOn()
|
/development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/ |
D | CardView.java | 113 public void flipRightToLeft(int numberInPile, int velocity) { in flipRightToLeft() argument 115 flipHorizontally(numberInPile, false, velocity); in flipRightToLeft() 119 public void flipLeftToRight(int numberInPile, int velocity) { in flipLeftToRight() argument 121 flipHorizontally(numberInPile, true, velocity); in flipLeftToRight() 131 public void flipHorizontally (int numberInPile, boolean clockwise, int velocity) { in flipHorizontally() argument 163 int duration = MAX_FLIP_DURATION - Math.abs(velocity) / VELOCITY_TO_DURATION_CONSTANT; in flipHorizontally()
|
/development/samples/training/basic/ActivityLifecycle/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/multiscreen/newsreader/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/basic/FragmentBasics/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/location-aware/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/InteractiveChart/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/AnimationsDemo/libs/ |
D | android-support-v13.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/EffectiveNavigation/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/ContactsList/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/ControllerSample/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |
/development/samples/training/NavigationDrawer/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |