added in version 25.1.0
belongs to Maven artifact com.android.support:appcompat-v7:28.0.0-alpha1

AppCompatSeekBar

public class AppCompatSeekBar
extends SeekBar

java.lang.Object
   ↳ android.view.View
     ↳ android.widget.ProgressBar
       ↳ android.widget.AbsSeekBar
         ↳ android.widget.SeekBar
           ↳ android.support.v7.widget.AppCompatSeekBar


A SeekBar which supports compatible features on older versions of the platform.

This will automatically be used when you use SeekBar in your layouts and the top-level activity / dialog is provided by appcompat. You should only need to manually use this class when writing custom views.

Summary

Inherited constants

From class android.view.View

Inherited fields

From class android.view.View

Public constructors

AppCompatSeekBar(Context context)
AppCompatSeekBar(Context context, AttributeSet attrs)
AppCompatSeekBar(Context context, AttributeSet attrs, int defStyleAttr)

Public methods

void jumpDrawablesToCurrentState()

Protected methods

void drawableStateChanged()
void onDraw(Canvas canvas)

Inherited methods

From class android.widget.SeekBar
From class android.widget.AbsSeekBar
From class android.widget.ProgressBar
From class android.view.View
From class java.lang.Object
From interface android.graphics.drawable.Drawable.Callback
From interface android.view.KeyEvent.Callback
From interface android.view.accessibility.AccessibilityEventSource

Public constructors

AppCompatSeekBar

added in version 25.1.0
AppCompatSeekBar (Context context)

Parameters
context Context

AppCompatSeekBar

added in version 25.1.0
AppCompatSeekBar (Context context, 
                AttributeSet attrs)

Parameters
context Context

attrs AttributeSet

AppCompatSeekBar

added in version 25.1.0
AppCompatSeekBar (Context context, 
                AttributeSet attrs, 
                int defStyleAttr)

Parameters
context Context

attrs AttributeSet

defStyleAttr int

Public methods

jumpDrawablesToCurrentState

void jumpDrawablesToCurrentState ()

Protected methods

drawableStateChanged

void drawableStateChanged ()

onDraw

void onDraw (Canvas canvas)

Parameters
canvas Canvas