跳过导航链接
A B C D F G H I M N O P R S T U W 

A

ArrowView - com.warkiz.widget中的类
created by zhuangguangquan on 2017/9/6
ArrowView(Context) - 类 的构造器com.warkiz.widget.ArrowView
 
ArrowView(Context, AttributeSet) - 类 的构造器com.warkiz.widget.ArrowView
 
ArrowView(Context, AttributeSet, int) - 类 的构造器com.warkiz.widget.ArrowView
 
attachTo(IndicatorSeekBar) - 类 中的方法com.warkiz.widget.IndicatorStayLayout
If you want to initial seek bar by java code to make indicator stay always,call this.
attachTo(IndicatorSeekBar, int) - 类 中的方法com.warkiz.widget.IndicatorStayLayout
If you want to initial seek bar by java code to make indicator stay always,call this.

B

build() - 类 中的方法com.warkiz.widget.Builder
call this to new an IndicatorSeekBar
Builder - com.warkiz.widget中的类
created by zhuangguangquan on 2018/6/3

C

CircleBubbleView - com.warkiz.widget中的类
Created by zhuangguangquan on 2017/12/13.
CIRCULAR_BUBBLE - 接口 中的静态变量com.warkiz.widget.IndicatorType
the indicator shape like water-drop
clearPadding(boolean) - 类 中的方法com.warkiz.widget.Builder
seek bar has a default padding left and right(16 dp) , call this method to set both to zero.
collectSectionTrackColor(int[]) - 接口 中的方法com.warkiz.widget.ColorCollector
to collect each section track's color
ColorCollector - com.warkiz.widget中的接口
for collecting each section track color
com.warkiz.widget - 程序包 com.warkiz.widget
 
CUSTOM - 接口 中的静态变量com.warkiz.widget.IndicatorType
set custom indicator you want
customSectionTrackColor(ColorCollector) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
Collect and custom the color for each of section track.
customTickTexts(String[]) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
Replace the number ticks' texts with your's by String[].
customTickTextsTypeface(Typeface) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
Set the custom tick texts' typeface you want.

D

dispatchTouchEvent(MotionEvent) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
DIVIDER - 接口 中的静态变量com.warkiz.widget.TickMarkType
show tickMarks shape as vertical line , line'size is 2 dp.
dp2px(Context, float) - 类 中的静态方法com.warkiz.widget.SizeUtils
 

F

fromUser - 类 中的变量com.warkiz.widget.SeekParams
 

G

getContentView() - 类 中的方法com.warkiz.widget.Indicator
get the indicator content view.
getIndicator() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
get current indicator
getMax() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
getMin() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
the lower limit of this seek bar's range.
getOnSeekChangeListener() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
the listener to listen the seeking params changing.
getProgress() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
Get the seek bar's current level of progress in int type.
getProgressFloat() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
Get the seek bar's current level of progress in float type.
getTickCount() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
get the tick' count
getTopContentView() - 类 中的方法com.warkiz.widget.Indicator
get the indicator top content view.

H

hideThumb(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
call this will do not draw thumb, true if hide.
hideThumbText(boolean) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
call this will do not draw the text which below thumb. true if hide.

I

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

M

max(float) - 类 中的方法com.warkiz.widget.Builder
Set the upper limit of this seek bar's range.
min(float) - 类 中的方法com.warkiz.widget.Builder
Set the lower limit of this seek bar's range.

N

NONE - 接口 中的静态变量com.warkiz.widget.IndicatorType
don't have indicator to show.
NONE - 接口 中的静态变量com.warkiz.widget.TickMarkType
don't show the tickMarks

O

onDraw(Canvas) - 类 中的方法com.warkiz.widget.ArrowView
 
onDraw(Canvas) - 类 中的方法com.warkiz.widget.CircleBubbleView
 
onDraw(Canvas) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
onFinishInflate() - 类 中的方法com.warkiz.widget.IndicatorStayLayout
 
onlyThumbDraggable(boolean) - 类 中的方法com.warkiz.widget.Builder
user change the thumb's location by touching thumb,touching track will not worked.
onMeasure(int, int) - 类 中的方法com.warkiz.widget.ArrowView
 
onMeasure(int, int) - 类 中的方法com.warkiz.widget.CircleBubbleView
 
onMeasure(int, int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
onRestoreInstanceState(Parcelable) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
onSaveInstanceState() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
OnSeekChangeListener - com.warkiz.widget中的接口
created by zhuangguangquan on 2018/6/3 A callback that notifies clients when the progress level has been changed.
onSeeking(SeekParams) - 接口 中的方法com.warkiz.widget.OnSeekChangeListener
Notification that the progress level has changed.
onSizeChanged(int, int, int, int) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
onStartTrackingTouch(IndicatorSeekBar) - 接口 中的方法com.warkiz.widget.OnSeekChangeListener
Notification that the user has started a touch gesture.
onStopTrackingTouch(IndicatorSeekBar) - 接口 中的方法com.warkiz.widget.OnSeekChangeListener
Notification that the user has finished a touch gesture.
onTouchEvent(MotionEvent) - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
OVAL - 接口 中的静态变量com.warkiz.widget.TickMarkType
show tickMarks shape as regular oval

P

performClick() - 类 中的方法com.warkiz.widget.IndicatorSeekBar
 
progress(float) - 类 中的方法com.warkiz.widget.Builder
Sets the current progress to the specified value.
progress - 类 中的变量com.warkiz.widget.SeekParams
 
progressFloat - 类 中的变量com.warkiz.widget.SeekParams
 
progressValueFloat(boolean) - 类 中的方法com.warkiz.widget.Builder
make the progress in float type. default in int type.
px2sp(Context, float) - 类 中的静态方法com.warkiz.widget.SizeUtils
 

R

r2l(boolean) - 类 中的方法com.warkiz.widget.Builder
right to left,compat local problem.
RECTANGLE - 接口 中的静态变量com.warkiz.widget.IndicatorType
the indicator corners is square shape
ROUNDED_RECTANGLE - 接口 中的静态变量com.warkiz.widget.IndicatorType
the indicator corners is rounded shape

S

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

T

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.

U

userSeekable(boolean) - 类 中的方法com.warkiz.widget.Builder
prevent user from touching to seek or not

W

with(Context) - 类 中的静态方法com.warkiz.widget.IndicatorSeekBar
call this to new a builder with default params.
A B C D F G H I M N O P R S T U W 
跳过导航链接