Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -25899,6 +25899,7 @@ package android.widget { ctor public AbsSeekBar(android.content.Context, android.util.AttributeSet); ctor public AbsSeekBar(android.content.Context, android.util.AttributeSet, int); method public int getKeyProgressIncrement(); method public android.graphics.drawable.Drawable getThumb(); method public int getThumbOffset(); method public void setKeyProgressIncrement(int); method public void setThumb(android.graphics.drawable.Drawable); core/java/android/widget/AbsSeekBar.java +10 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,16 @@ public abstract class AbsSeekBar extends ProgressBar { } } /** * Return the drawable used to represent the scroll thumb - the component that * the user can drag back and forth indicating the current value by its position. * * @return The current thumb drawable */ public Drawable getThumb() { return mThumb; } /** * @see #setThumbOffset(int) */ Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -25899,6 +25899,7 @@ package android.widget { ctor public AbsSeekBar(android.content.Context, android.util.AttributeSet); ctor public AbsSeekBar(android.content.Context, android.util.AttributeSet, int); method public int getKeyProgressIncrement(); method public android.graphics.drawable.Drawable getThumb(); method public int getThumbOffset(); method public void setKeyProgressIncrement(int); method public void setThumb(android.graphics.drawable.Drawable);
core/java/android/widget/AbsSeekBar.java +10 −0 Original line number Diff line number Diff line Loading @@ -132,6 +132,16 @@ public abstract class AbsSeekBar extends ProgressBar { } } /** * Return the drawable used to represent the scroll thumb - the component that * the user can drag back and forth indicating the current value by its position. * * @return The current thumb drawable */ public Drawable getThumb() { return mThumb; } /** * @see #setThumbOffset(int) */ Loading