Class SeekBar

All Implemented Interfaces:
Drawable.Callback

public class SeekBar extends AbsSeekBar
  • Constructor Details

    • SeekBar

      public SeekBar(Context context)
  • Method Details

    • setOnSeekBarChangeListener

      public void setOnSeekBarChangeListener(SeekBar.OnSeekBarChangeListener l)
      Sets a listener to receive notifications of changes to the SeekBar's progress level. Also provides notifications of when the user starts and stops a touch gesture within the SeekBar.
      Parameters:
      l - The seek bar notification listener
      See Also: