Home | History | Annotate | Download | only in android

Lines Matching refs:mScale

75         private float mScale[];
155 int count = mScale.length;
158 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[step]);
177 int count = mScale.length;
179 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]);
189 mSoundPool.setRate(id, mScale[step]);
190 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]);
270 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[i]);
299 int id = mSoundPool.play(mSounds[0], 0.0f, 1.0f, NORMAL_PRIORITY, DEFAULT_LOOP, mScale[0]);
330 mScale = new float[13];
332 mScale[i] = pitch;