List of usage examples for android.widget SeekBar.OnSeekBarChangeListener interface-usage
From source file com.mobicage.rogerthat.plugins.messaging.widgets.SingleSliderWidget.java
public class SingleSliderWidget extends Widget implements SeekBar.OnSeekBarChangeListener { private SeekBar mSeekBar; private TextView mTextView; protected double mMin; protected double mMax;
From source file com.sourceallies.android.zonebeacon.fragment.BrightnessControlFragment.java
/** * DialogFragment that uses a SeekBar to allow the user to dim lights. * A TextView displays the brightness level, while an ImageView * provides a graphic of a light bulb dimming. */ public class BrightnessControlFragment extends DialogFragment implements SeekBar.OnSeekBarChangeListener {
From source file com.mishiranu.dashchan.content.service.AudioPlayerActivity.java
public class AudioPlayerActivity extends StateActivity implements Runnable, SeekBar.OnSeekBarChangeListener, DialogInterface.OnCancelListener, DialogInterface.OnClickListener, View.OnClickListener, ServiceConnection { private Context context; private TextView textView; private SeekBar seekBar; private ImageButton button;
From source file com.raibow.yamahaspk.filtershow.ui.ExportDialog.java
public class ExportDialog extends DialogFragment implements View.OnClickListener, SeekBar.OnSeekBarChangeListener {
SeekBar mSeekBar;
TextView mSeekVal;
EditText mWidthText;
EditText mHeightText;
TextView mEstimatedSize;
From source file com.bubblegum.traceratops.app.ui.fragments.LogFilterFragment.java
public class LogFilterFragment extends DialogFragment implements SeekBar.OnSeekBarChangeListener, CompoundButton.OnCheckedChangeListener { private SeekBar mLevelSeekbar; private Switch mCrashSwitch; private TextView mTagTextTv;
From source file com.android.gallery3d.filtershow.ui.ExportDialog.java
public class ExportDialog extends DialogFragment implements View.OnClickListener, SeekBar.OnSeekBarChangeListener {
SeekBar mSeekBar;
TextView mSeekVal;
EditText mWidthText;
EditText mHeightText;
TextView mEstimatedSize;
From source file com.example.android.SoundSettingsActivity.java
/**
* The SoundSettingActivity class is the activity where sound settings and
* vibration settings may be altered.
*
* @author : Grupp02
* @version : 2012-10-19, v1.0
From source file com.android.gallery3d.v5.filtershow.ui.ExportDialog.java
public class ExportDialog extends DialogFragment implements View.OnClickListener, SeekBar.OnSeekBarChangeListener {
SeekBar mSeekBar;
TextView mSeekVal;
EditText mWidthText;
EditText mHeightText;
TextView mEstimatedSize;
From source file com.SwedishSignAlphabet.SoundSettingsActivity.java
/**
* The SoundSettingActivity class is the activity where sound settings and
* vibration settings may be altered.
*
* @author : Grupp02
* @version : 2012-10-19, v1.0
From source file de.uni_weimar.benike.misex3.MainActivity.java
public class MainActivity extends Activity implements SeekBar.OnSeekBarChangeListener, SensorEventListener { private static final String TAG = MainActivity.class.getName(); private XYPlot mAccelerometerPlot = null;