Home | History | Annotate | Download | only in android

Lines Matching refs:mScale

74         private float mScale[];
154 int count = mScale.length;
157 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[step]);
176 int count = mScale.length;
178 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]);
188 mSoundPool.setRate(id, mScale[step]);
189 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]);
269 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[i]);
298 int id = mSoundPool.play(mSounds[0], 0.0f, 1.0f, NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]);
329 mScale = new float[13];
331 mScale[i] = pitch;