HomeSort by relevance Sort by last modified time
    Searched refs:mSustainLevel (Results 1 - 5 of 5) sorted by null

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 35 private float mSustainLevel;
62 mSustainLevel = level;
91 if (mCurrent < mSustainLevel) {
92 mCurrent = mSustainLevel;
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 35 private float mSustainLevel;
62 mSustainLevel = level;
91 if (mCurrent < mSustainLevel) {
92 mCurrent = mSustainLevel;
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
EnvelopeADSR.java 35 private float mSustainLevel;
62 mSustainLevel = level;
91 if (mCurrent < mSustainLevel) {
92 mCurrent = mSustainLevel;
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 35 private float mSustainLevel;
62 mSustainLevel = level;
91 if (mCurrent < mSustainLevel) {
92 mCurrent = mSustainLevel;
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
EnvelopeADSR.java 35 private float mSustainLevel;
62 mSustainLevel = level;
91 if (mCurrent < mSustainLevel) {
92 mCurrent = mSustainLevel;

Completed in 208 milliseconds