Searched refs:mEQCenterFreq (Results 1 – 1 of 1) sorted by relevance
134 private static int[] mEQCenterFreq = EQUALIZER_CENTER_FREQ_DEFAULT; field in ControlPanelEffect220 mEQCenterFreq = new int[mEQNumBands]; in initEffectsPreferences()222 mEQCenterFreq[band] = equalizerEffect.getCenterFreq(band); in initEffectsPreferences()299 editor.putInt(Key.eq_center_freq.toString() + band, mEQCenterFreq[band]); in initEffectsPreferences() local1122 mEQCenterFreq = new int[mEQNumBands]; in openSession()1168 mEQCenterFreq[band] = equalizerEffect.getCenterFreq(band); in openSession()1172 editor.putInt(Key.eq_center_freq.toString() + band, mEQCenterFreq[band]); in openSession() local1180 eQCenterFreq = mEQCenterFreq; in openSession()