Searched refs:BassBoostParam (Results 1 – 1 of 1) sorted by relevance
93 mStrength = new BassBoostParam(mBassBoost, 0, 1000, seekBar, textView); in onCreate()160 private class BassBoostParam extends EffectParameter { class in BassBoostTest163 … public BassBoostParam(BassBoost bassboost, int min, int max, SeekBar seekBar, TextView textView) { in BassBoostParam() method in BassBoostTest.BassBoostParam