Home
last modified time | relevance | path

Searched refs:BassBoostParam (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DBassBoostTest.java93 mStrength = new BassBoostParam(mBassBoost, 0, 1000, seekBar, textView); in onCreate()
160 private class BassBoostParam extends EffectParameter { class in BassBoostTest
163 … public BassBoostParam(BassBoost bassboost, int min, int max, SeekBar seekBar, TextView textView) { in BassBoostParam() method in BassBoostTest.BassBoostParam