MCPcopy Create free account

hub / github.com/devadvance/circularseekbar / functions

Functions43 in github.com/devadvance/circularseekbar

↓ 9 callersMethodrecalculateAll
()
src/com/devadvance/circularseekbar/CircularSeekBar.java:568
↓ 6 callersMethodonProgressChanged
(CircularSeekBar circularSeekBar, int progress, boolean fromUser)
src/com/devadvance/circularseekbar/CircularSeekBar.java:901
↓ 3 callersMethodinit
(AttributeSet attrs, int defStyle)
src/com/devadvance/circularseekbar/CircularSeekBar.java:822
↓ 3 callersMethodsetProgressBasedOnAngle
(float angle)
src/com/devadvance/circularseekbar/CircularSeekBar.java:562
↓ 2 callersMethodcalculateProgressDegrees
Calculate the degrees that the progress represents. Also called the sweep angle. Sets mProgressDegrees to that value.
src/com/devadvance/circularseekbar/CircularSeekBar.java:475
↓ 2 callersMethodinitPaints
Initializes the {@code Paint} objects with the appropriate styles.
src/com/devadvance/circularseekbar/CircularSeekBar.java:411
↓ 2 callersMethodonStartTrackingTouch
(CircularSeekBar seekBar)
src/com/devadvance/circularseekbar/CircularSeekBar.java:905
↓ 1 callersMethodcalculatePointerAngle
Calculate the pointer position (and the end of the progress arc) in degrees. Sets mPointerPosition to that value.
src/com/devadvance/circularseekbar/CircularSeekBar.java:484
↓ 1 callersMethodcalculatePointerXYPosition
()
src/com/devadvance/circularseekbar/CircularSeekBar.java:490
↓ 1 callersMethodcalculateTotalDegrees
Calculates the total degrees between mStartAngle and mEndAngle, and sets mTotalCircleDegrees to this value.
src/com/devadvance/circularseekbar/CircularSeekBar.java:464
↓ 1 callersMethodinitAttributes
Initialize the CircularSeekBar with the attributes from the XML style. Uses the defaults defined at the top of this file when an attribute is not spec
src/com/devadvance/circularseekbar/CircularSeekBar.java:369
↓ 1 callersMethodinitPaths
Initialize the {@code Path} objects with the appropriate values.
src/com/devadvance/circularseekbar/CircularSeekBar.java:502
↓ 1 callersMethodinitRects
Initialize the {@code RectF} objects with the appropriate values.
src/com/devadvance/circularseekbar/CircularSeekBar.java:513
↓ 1 callersMethodonStopTrackingTouch
(CircularSeekBar seekBar)
src/com/devadvance/circularseekbar/CircularSeekBar.java:903
MethodCircularSeekBar
(Context context)
src/com/devadvance/circularseekbar/CircularSeekBar.java:832
MethodgetCircleColor
Gets the circle color. @return An integer color value for the circle
src/com/devadvance/circularseekbar/CircularSeekBar.java:922
MethodgetCircleFillColor
Gets the circle fill color. @return An integer color value for the circle fill
src/com/devadvance/circularseekbar/CircularSeekBar.java:1032
MethodgetCircleProgressColor
Gets the circle progress color. @return An integer color value for the circle progress
src/com/devadvance/circularseekbar/CircularSeekBar.java:940
MethodgetIsTouchEnabled
Get whether user touch input is accepted. @return Boolean value of true if user touch input is accepted, false if user touch input is ignored.
src/com/devadvance/circularseekbar/CircularSeekBar.java:1077
MethodgetMax
Get the current max of the CircularSeekBar. @return Synchronized integer value of the max.
src/com/devadvance/circularseekbar/CircularSeekBar.java:1061
MethodgetPointerAlpha
Gets the pointer alpha value. @return An integer alpha value for the pointer (0..255)
src/com/devadvance/circularseekbar/CircularSeekBar.java:996
MethodgetPointerAlphaOnTouch
Gets the pointer alpha value when touched. @return An integer alpha value for the pointer (0..255) when touched
src/com/devadvance/circularseekbar/CircularSeekBar.java:1014
MethodgetPointerColor
Gets the pointer color. @return An integer color value for the pointer
src/com/devadvance/circularseekbar/CircularSeekBar.java:958
MethodgetPointerHaloColor
Gets the pointer halo color. @return An integer color value for the pointer halo
src/com/devadvance/circularseekbar/CircularSeekBar.java:976
MethodgetProgress
Get the progress of the CircularSeekBar. @return The progress of the CircularSeekBar.
src/com/devadvance/circularseekbar/CircularSeekBar.java:540
MethodisLockEnabled
Get whether the pointer locks at zero and max. @return Boolean value of true if the pointer locks at zero and max, false if it does not.
src/com/devadvance/circularseekbar/CircularSeekBar.java:620
MethodonDraw
(Canvas canvas)
src/com/devadvance/circularseekbar/CircularSeekBar.java:517
MethodonMeasure
(int widthMeasureSpec, int heightMeasureSpec)
src/com/devadvance/circularseekbar/CircularSeekBar.java:580
MethodonRestoreInstanceState
(Parcelable state)
src/com/devadvance/circularseekbar/CircularSeekBar.java:868
MethodonSaveInstanceState
()
src/com/devadvance/circularseekbar/CircularSeekBar.java:847
MethodonTouchEvent
(MotionEvent event)
src/com/devadvance/circularseekbar/CircularSeekBar.java:632
MethodsetCircleColor
Sets the circle color. @param color the color of the circle
src/com/devadvance/circularseekbar/CircularSeekBar.java:912
MethodsetCircleFillColor
Sets the circle fill color. @param color the color of the circle fill
src/com/devadvance/circularseekbar/CircularSeekBar.java:1022
MethodsetCircleProgressColor
Sets the circle progress color. @param color the color of the circle progress
src/com/devadvance/circularseekbar/CircularSeekBar.java:930
MethodsetIsTouchEnabled
Set whether user touch input is accepted or ignored. @param boolean value. True if user touch input is to be accepted, false if user touch input is to
src/com/devadvance/circularseekbar/CircularSeekBar.java:1069
MethodsetLockEnabled
Set whether the pointer locks at zero and max or not. @param boolean value. True if the pointer should lock at zero and max, false if it should not.
src/com/devadvance/circularseekbar/CircularSeekBar.java:628
MethodsetMax
Set the max of the CircularSeekBar. If the new max is less than the current progress, then the progress will be set to zero. If the progress is change
src/com/devadvance/circularseekbar/CircularSeekBar.java:1042
MethodsetOnSeekBarChangeListener
(OnCircularSeekBarChangeListener l)
src/com/devadvance/circularseekbar/CircularSeekBar.java:892
MethodsetPointerAlpha
Sets the pointer alpha. @param alpha the alpha of the pointer
src/com/devadvance/circularseekbar/CircularSeekBar.java:984
MethodsetPointerAlphaOnTouch
Sets the pointer alpha when touched. @param alpha the alpha of the pointer (0..255) when touched
src/com/devadvance/circularseekbar/CircularSeekBar.java:1004
MethodsetPointerColor
Sets the pointer color. @param color the color of the pointer
src/com/devadvance/circularseekbar/CircularSeekBar.java:948
MethodsetPointerHaloColor
Sets the pointer halo color. @param color the color of the pointer halo
src/com/devadvance/circularseekbar/CircularSeekBar.java:966
MethodsetProgress
Set the progress of the CircularSeekBar. If the progress is the same, then any listener will not receive a onProgressChanged event. @param progress Th
src/com/devadvance/circularseekbar/CircularSeekBar.java:550