Searched refs:mEQCenterFreq (Results 1 – 1 of 1) sorted by relevance
141 private static int[] mEQCenterFreq = EQUALIZER_CENTER_FREQ_DEFAULT; field in ControlPanelEffect239 mEQCenterFreq = new int[mEQNumBands]; in initEffectsPreferences()241 mEQCenterFreq[band] = equalizerEffect.getCenterFreq(band); in initEffectsPreferences()318 editor.putInt(Key.eq_center_freq.toString() + band, mEQCenterFreq[band]); in initEffectsPreferences() local1114 mEQCenterFreq = new int[mEQNumBands]; in openSession()1160 mEQCenterFreq[band] = equalizerEffect.getCenterFreq(band); in openSession()1164 editor.putInt(Key.eq_center_freq.toString() + band, mEQCenterFreq[band]); in openSession() local1172 eQCenterFreq = mEQCenterFreq; in openSession()