Home | History | Annotate | Download | only in musicfx

Lines Matching full:numbands

608                         final int numBands = prefs.getInt(Key.eq_num_bands.toString(),
619 EQUALIZER_PRESET_CIEXTREME_BAND_LEVEL, numBands);
621 EQUALIZER_PRESET_USER_BAND_LEVEL_DEFAULT, numBands);
623 for (short band = 0; band < numBands; band++) {
641 for (short band = 0; band < numBands; band++) {
701 final int numBands = prefs.getInt(Key.eq_num_bands.toString(),
709 EQUALIZER_PRESET_CIEXTREME_BAND_LEVEL, numBands);
711 EQUALIZER_PRESET_USER_BAND_LEVEL_DEFAULT, numBands);
712 for (short band = 0; band < numBands; band++) {
888 final int numBands = prefs.getInt(Key.eq_num_bands.toString(), 0);
889 intArray = new int[numBands];