Example usage for android.widget SeekBar.OnSeekBarChangeListener interface-usage

List of usage examples for android.widget SeekBar.OnSeekBarChangeListener interface-usage

Introduction

In this page you can find the example usage for android.widget SeekBar.OnSeekBarChangeListener interface-usage.

Usage

From source file com.moonpi.tapunlock.MainActivity.java

public class MainActivity extends Activity
        implements View.OnClickListener, CompoundButton.OnCheckedChangeListener, SeekBar.OnSeekBarChangeListener {

    /*
    Copyright  2014 MoonPi
        

From source file radu.pidroid.Controller.java

public class Controller extends Activity implements SensorEventListener, View.OnTouchListener,
        SeekBar.OnSeekBarChangeListener, ExpandableListView.OnGroupClickListener, JoystickView.MoveListener {

    //
    public final static String EXTRA_CONTROLS_ID = "radu.pidroid.CONTROLSID";
    public final static String EXTRA_MAX_TILT_ANGLE = "radu.pidroid.MAXTILTANGLE";

From source file com.stemsc.bt.BarcodeCaptureActivity.java

/**
 * Activity for the multi-tracker app.  This app detects barcodes and displays the value with the
 * rear facing camera. During detection overlay graphics are drawn to indicate the position,
 * size, and ID of each barcode.
 */
//public final class BarcodeCaptureActivity extends AppCompatActivity {

From source file org.mariotaku.harmony.activity.MusicPlaybackActivity.java

public class MusicPlaybackActivity extends BaseActivity
        implements Constants, View.OnClickListener, SeekBar.OnSeekBarChangeListener, ViewPager.OnPageChangeListener,
        RepeatingImageButton.RepeatListener, ExtendedRelativeLayout.TouchInterceptor,
        ActionBar.OnMenuVisibilityListener, GestureDetector.OnGestureListener {

    private static final float ALBUM_ART_ALPHA_INACTIVE = 0.3f;

From source file io.puzzlebox.bloom.ui.MakerFragment.java

public class MakerFragment extends Fragment implements SeekBar.OnSeekBarChangeListener {

    /**
     * TODO
     * - Convert Bluetooth handling to support background control
     * - Range cuts out during Bloom control with MindWave

From source file io.puzzlebox.bloom.ui.BloomFragment.java

public class BloomFragment extends Fragment implements SeekBar.OnSeekBarChangeListener {

    /**
     * TODO
     * - Convert Bluetooth handling to support background control
     * - Range cuts out during Bloom control with MindWave

From source file info.tellmetime.TellmetimeActivity.java

public class TellmetimeActivity extends Activity implements View.OnTouchListener, SeekBar.OnSeekBarChangeListener,
        PopupMenu.OnMenuItemClickListener, AdapterView.OnItemSelectedListener {

    public static final String HIGHLIGHT = "highlight";
    public static final String BACKLIGHT = "backlight";
    public static final String BACKGROUND = "background";

From source file com.example.android.camera2basic.Camera2BasicFragment.java

public class Camera2BasicFragment extends Fragment implements View.OnClickListener,
        FragmentCompat.OnRequestPermissionsResultCallback, SeekBar.OnSeekBarChangeListener {

    /**
     * Conversion from screen rotation to JPEG orientation.
     */

From source file org.gateshipone.odyssey.views.NowPlayingView.java

public class NowPlayingView extends RelativeLayout implements SeekBar.OnSeekBarChangeListener,
        PopupMenu.OnMenuItemClickListener, ArtworkManager.onNewAlbumImageListener {

    private final ViewDragHelper mDragHelper;

    /**

From source file com.flipzu.flipzu.Player.java

public class Player extends FragmentActivity implements ResponseListener, SeekBar.OnSeekBarChangeListener {

    private final static String APP_PNAME = "com.flipzu.flipzu";

    /* google analytics */
    GoogleAnalyticsTracker tracker;