Home | History | Annotate | Download | only in effectstest

Lines Matching defs:seekBar

32 import android.widget.SeekBar;
68 SeekBar seekBar;
91 seekBar = (SeekBar)findViewById(R.id.bbStrengthSeekBar);
93 mStrength = new BassBoostParam(mBassBoost, 0, 1000, seekBar, textView);
94 seekBar.setOnSeekBarChangeListener(mStrength);
163 public BassBoostParam(BassBoost bassboost, int min, int max, SeekBar seekBar, TextView textView) {
164 super (min, max, seekBar, textView, "o/oo");