- Indicator - com.warkiz.widget中的类
-
created by zhuangguangquan on 2017/9/9
https://github.com/warkiz/IndicatorSeekBar
- Indicator(Context, IndicatorSeekBar, int, int, int, int, View, View) - 类 的构造器com.warkiz.widget.Indicator
-
- indicatorColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's indicator's color. have no influence on custom indicator.
- indicatorContentView(View) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's indicator's custom indicator view. only effect on custom indicator type.
- indicatorContentViewLayoutId(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's indicator's custom indicator layout identify. only effect on custom indicator type.
- IndicatorSeekBar - com.warkiz.widget中的类
-
created by zhuangguangquan on 2017/9/1
https://github.com/warkiz/IndicatorSeekBar
A custom SeekBar on Android, which can be changed the size ,
color , thumb drawable , tick drawable , texts , indicator;
also can show an indicator view above SeekBar when seeking.
- IndicatorSeekBar(Context) - 类 的构造器com.warkiz.widget.IndicatorSeekBar
-
- IndicatorSeekBar(Context, AttributeSet) - 类 的构造器com.warkiz.widget.IndicatorSeekBar
-
- IndicatorSeekBar(Context, AttributeSet, int) - 类 的构造器com.warkiz.widget.IndicatorSeekBar
-
- IndicatorStayLayout - com.warkiz.widget中的类
-
created by zhuangguangquan on 2018/5/27
https://github.com/warkiz/IndicatorSeekBar
the container for IndicatorSeekBar to make the indicator stay always
- IndicatorStayLayout(Context) - 类 的构造器com.warkiz.widget.IndicatorStayLayout
-
- IndicatorStayLayout(Context, AttributeSet) - 类 的构造器com.warkiz.widget.IndicatorStayLayout
-
- IndicatorStayLayout(Context, AttributeSet, int) - 类 的构造器com.warkiz.widget.IndicatorStayLayout
-
- indicatorTextColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the color for indicator text . have no influence on custom tickDrawable.
- indicatorTextSize(int) - 类 中的方法com.warkiz.widget.Builder
-
change the size for indicator text.have no influence on custom indicator.
- indicatorTopContentView(View) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's indicator's custom top content view.
- indicatorTopContentViewLayoutId(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's indicator's custom top content view layout identify.
- IndicatorType - com.warkiz.widget中的接口
-
created by zhuangguangquan on 2017/9/9
- seekBar - 类 中的变量com.warkiz.widget.SeekParams
-
- SeekParams - com.warkiz.widget中的类
-
created by zhuangguangquan on 2018/6/3
save the params when the seek bar is seeking.
- seekSmoothly(boolean) - 类 中的方法com.warkiz.widget.Builder
-
seek continuously or discrete
- setContentView(View) - 类 中的方法com.warkiz.widget.Indicator
-
call this method to replace the current indicator with a new indicator view , indicator arrow will be replace ,too.
- setContentView(View, TextView) - 类 中的方法com.warkiz.widget.Indicator
-
call this method to replace the current indicator with a new indicator view, indicator arrow will be replace ,too.
- setDecimalScale(int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
The specified scale for the progress value,
make sure you had chosen the float progress type
such as:
scale = 3; progress: 1.78627347 to 1.786
scale = 4; progress: 1.78627347 to 1.7863
make sure you have call the attr progress_value_float=true before, otherwise no change.
- setEnabled(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
- setIndicatorTextFormat(String) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Set a format string with placeholder ${PROGRESS} or ${TICK_TEXT} to IndicatorSeekBar,
the indicator's text would change.
- setMax(float) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Set the upper range of the seek bar
- setMin(float) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Set the min value for SeekBar
- setOnSeekChangeListener(OnSeekChangeListener) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Set the listener to listen the seeking params changing.
- setOrientation(int) - 类 中的方法com.warkiz.widget.IndicatorStayLayout
-
- setProgress(float) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Sets the current progress to the specified value.also,
if the seek bar's tick'count is larger than 2,the progress will adjust to the closest tick's progress auto.
- setR2L(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
compat app local change
- setThumbAdjustAuto(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Sets the thumb move to the closed tick after touched up automatically, default true
- setThumbDrawable(Drawable) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Set a new thumb drawable.
- setTickCount(int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Sets the tick count
- setTickMarksDrawable(Drawable) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
Set a new tick marks drawable.
- setTopContentView(View) - 类 中的方法com.warkiz.widget.Indicator
-
set the View to the indicator top container, not influence indicator arrow ;
if indicator type
IndicatorType is CUSTOM or CIRCULAR_BUBBLE, call this method will be not worked.
- setTopContentView(View, TextView) - 类 中的方法com.warkiz.widget.Indicator
-
set the View to the indicator top container, and show the changing progress in indicator when seek;
not influence indicator arrow;
if indicator type is custom , this method will be not work.
- setUserSeekAble(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
prevent user from seeking
- showBothEndsTickTextsOnly(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
only show the tick texts on both of ends seek bar, make sure you hava called the attr:show tick text before.
- showIndicatorType(int) - 类 中的方法com.warkiz.widget.Builder
-
call this method to show different shape of indicator.
- showThumbText(boolean) - 类 中的方法com.warkiz.widget.Builder
-
call this method to show the text below thumb or not
- showTickMarksType(int) - 类 中的方法com.warkiz.widget.Builder
-
call this method to show different tickMark shape.
- showTickTexts(boolean) - 类 中的方法com.warkiz.widget.Builder
-
show the tick texts or not
- SizeUtils - com.warkiz.widget中的类
-
created by zhuangguangquan on 2017/9/9
- SizeUtils() - 类 的构造器com.warkiz.widget.SizeUtils
-
- sp2px(Context, float) - 类 中的静态方法com.warkiz.widget.SizeUtils
-
- SQUARE - 接口 中的静态变量com.warkiz.widget.TickMarkType
-
show tickMarks shape as regular square
- thumbColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's thumb's color.
- thumbColor(int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
set the seek bar's thumb's color.
- thumbColorStateList(ColorStateList) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's thumb's selector color.
- thumbColorStateList(ColorStateList) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
set the seek bar's thumb's selector color.
- thumbDrawable(Drawable) - 类 中的方法com.warkiz.widget.Builder
-
set a new thumb drawable.
- thumbDrawable(StateListDrawable) - 类 中的方法com.warkiz.widget.Builder
-
call this method to custom the thumb showing drawable by selector Drawable.
- thumbPosition - 类 中的变量com.warkiz.widget.SeekParams
-
- thumbSize(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's thumb's Width.will be limited in 30dp.
- thumbTextColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's thumb's text color.
- tickCount(int) - 类 中的方法com.warkiz.widget.Builder
-
set the tickMarks number.
- tickMarksColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's tick's color.
- tickMarksColor(ColorStateList) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's tick's color.
- tickMarksColor(int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
set the seek bar's tick's color.
- tickMarksColor(ColorStateList) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
set the seek bar's tick's color.
- tickMarksDrawable(Drawable) - 类 中的方法com.warkiz.widget.Builder
-
call this method to custom the tick showing drawable.
- tickMarksDrawable(StateListDrawable) - 类 中的方法com.warkiz.widget.Builder
-
call this method to custom the tick showing drawable by selector.
- tickMarksEndsHide(boolean) - 类 中的方法com.warkiz.widget.Builder
-
call this method to hide the tickMarks which show in the both ends sides of seek bar.
- tickMarksSize(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's tick width , if tick type is divider, call this method will be not worked(tick type is divider,has a regular value 2dp).
- tickMarksSweptHide(boolean) - 类 中的方法com.warkiz.widget.Builder
-
call this method to hide the tickMarks on seekBar's thumb left;
- TickMarkType - com.warkiz.widget中的接口
-
created by zhuangguangquan on 2017/9/11
- tickText - 类 中的变量com.warkiz.widget.SeekParams
-
- tickTextsArray(String[]) - 类 中的方法com.warkiz.widget.Builder
-
call this method to replace the seek bar's tickMarks' below/above tick texts.
- tickTextsArray(int) - 类 中的方法com.warkiz.widget.Builder
-
call this method to replace the seek bar's tickMarks' below/above tick texts.
- tickTextsColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the color for text below/above seek bar's tickText.
- tickTextsColor(int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
set the color for text below/above seek bar's tickText.
- tickTextsColorStateList(ColorStateList) - 类 中的方法com.warkiz.widget.Builder
-
set the selector color for text below/above seek bar's tickText.
- tickTextsColorStateList(ColorStateList) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
-
set the selector color for text below/above seek bar's tickText.
- tickTextsSize(int) - 类 中的方法com.warkiz.widget.Builder
-
set the size for tickText which below/above seek bar's tick .
- tickTextsTypeFace(Typeface) - 类 中的方法com.warkiz.widget.Builder
-
set the tick text's / thumb text textTypeface .
- trackBackgroundColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's background track's color.
- trackBackgroundSize(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's background track's Stroke Width
- trackProgressColor(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's progress track's color.
- trackProgressSize(int) - 类 中的方法com.warkiz.widget.Builder
-
set the seek bar's progress track's Stroke Width
- trackRoundedCorners(boolean) - 类 中的方法com.warkiz.widget.Builder
-
call this method to show the seek bar's ends to square corners.default rounded corners.