FileDocCategorySizeDatePackage
AbsSeekBar.javaAPI DocAndroid 5.1 API3548Sat Mar 14 14:09:42 GMT 2015android.widget

AbsSeekBar

public abstract class AbsSeekBar extends android.widget.ProgressBar

Fields Summary
Constructors Summary
public AbsSeekBar(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AbsSeekBar(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AbsSeekBar(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public AbsSeekBar(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voiddrawableHotspotChanged(float x, float y)

 throw new RuntimeException("Stub!"); 
protected voiddrawableStateChanged()

 throw new RuntimeException("Stub!"); 
public intgetKeyProgressIncrement()

 throw new RuntimeException("Stub!"); 
public booleangetSplitTrack()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetThumb()

 throw new RuntimeException("Stub!"); 
public intgetThumbOffset()

 throw new RuntimeException("Stub!"); 
public android.content.res.ColorStateListgetThumbTintList()

 throw new RuntimeException("Stub!"); 
public android.graphics.PorterDuff.ModegetThumbTintMode()

 throw new RuntimeException("Stub!"); 
public voidjumpDrawablesToCurrentState()

 throw new RuntimeException("Stub!"); 
protected synchronized voidonDraw(android.graphics.Canvas canvas)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
protected synchronized voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public voidonRtlPropertiesChanged(int layoutDirection)

 throw new RuntimeException("Stub!"); 
protected voidonSizeChanged(int w, int h, int oldw, int oldh)

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleanperformAccessibilityAction(int action, android.os.Bundle arguments)

 throw new RuntimeException("Stub!"); 
public voidsetKeyProgressIncrement(int increment)

 throw new RuntimeException("Stub!"); 
public synchronized voidsetMax(int max)

 throw new RuntimeException("Stub!"); 
public voidsetSplitTrack(boolean splitTrack)

 throw new RuntimeException("Stub!"); 
public voidsetThumb(android.graphics.drawable.Drawable thumb)

 throw new RuntimeException("Stub!"); 
public voidsetThumbOffset(int thumbOffset)

 throw new RuntimeException("Stub!"); 
public voidsetThumbTintList(android.content.res.ColorStateList tint)

 throw new RuntimeException("Stub!"); 
public voidsetThumbTintMode(android.graphics.PorterDuff.Mode tintMode)

 throw new RuntimeException("Stub!"); 
protected booleanverifyDrawable(android.graphics.drawable.Drawable who)

 throw new RuntimeException("Stub!");