A B D F G H I M N O P R S T V 

A

absoluteMaxValue - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
absoluteMaxValuePrim - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
absoluteMinValue - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
absoluteMinValuePrim - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
absoluteStepValue - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
absoluteStepValuePrim - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
ACTION_POINTER_INDEX_MASK - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
ACTION_POINTER_INDEX_SHIFT - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
ACTIVE_COLOR - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
Default color of a RangeSeekBar, #FF33B5E5.

B

BitmapUtil - Class in org.florescu.android.util
 
BitmapUtil() - Constructor for class org.florescu.android.util.BitmapUtil
 

D

DEFAULT_MAXIMUM - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
DEFAULT_MINIMUM - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
DEFAULT_STEP - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
dpToPx(Context, int) - Static method in class org.florescu.android.util.PixelUtil
 
drawableToBitmap(Drawable) - Static method in class org.florescu.android.util.BitmapUtil
 

F

fromNumber(E) - Static method in enum org.florescu.android.rangeseekbar.RangeSeekBar.NumberType
 

G

getAbsoluteMaxValue() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Returns the absolute maximum value of the range that has been set at construction time.
getAbsoluteMinValue() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Returns the absolute minimum value of the range that has been set at construction time.
getSelectedMaxValue() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Returns the currently selected max value.
getSelectedMinValue() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Returns the currently selected min value.

H

HEIGHT_IN_DP - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 

I

INVALID_POINTER_ID - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
An invalid pointer id.
isDragging() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 
isNotifyWhileDragging() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 

M

minDeltaForDefault - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 

N

normalizedMaxValue - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
normalizedMinValue - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
normalizedToValue(double) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Converts a normalized value to a Number object in the value space between absolute minimum and maximum.
numberType - Variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 

O

onDraw(Canvas) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Draws the widget on the given canvas.
onMeasure(int, int) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Ensures correct size of the widget.
onRangeSeekBarValuesChanged(RangeSeekBar<T>, T, T) - Method in interface org.florescu.android.rangeseekbar.RangeSeekBar.OnRangeSeekBarChangeListener
 
onRestoreInstanceState(Parcelable) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Overridden to restore instance state when device orientation changes.
onSaveInstanceState() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Overridden to save instance state when device orientation changes.
onTouchEvent(MotionEvent) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Handles thumb selection and movement.
org.florescu.android.rangeseekbar - package org.florescu.android.rangeseekbar
 
org.florescu.android.util - package org.florescu.android.util
 

P

PixelUtil - Class in org.florescu.android.util
Util class for converting between dp, px and other magical pixel units
pxToDp(Context, int) - Static method in class org.florescu.android.util.PixelUtil
 

R

RangeSeekBar<T extends java.lang.Number> - Class in org.florescu.android.rangeseekbar
Widget that lets users select a minimum and maximum value on a given numerical range.
RangeSeekBar(Context) - Constructor for class org.florescu.android.rangeseekbar.RangeSeekBar
 
RangeSeekBar(Context, AttributeSet) - Constructor for class org.florescu.android.rangeseekbar.RangeSeekBar
 
RangeSeekBar(Context, AttributeSet, int) - Constructor for class org.florescu.android.rangeseekbar.RangeSeekBar
 
RangeSeekBar.NumberType - Enum in org.florescu.android.rangeseekbar
Utility enumeration used to convert between Numbers and doubles.
RangeSeekBar.OnRangeSeekBarChangeListener<T extends java.lang.Number> - Interface in org.florescu.android.rangeseekbar
Callback listener interface to notify about changed range values.
resetSelectedValues() - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 

S

setNotifyWhileDragging(boolean) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Should the widget notify the listener callback while the user is still dragging a thumb? Default is false.
setOnRangeSeekBarChangeListener(RangeSeekBar.OnRangeSeekBarChangeListener<T>) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Registers given listener callback to notify about changed selected values.
setRangeValues(T, T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 
setRangeValues(T, T, T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 
setSelectedMaxValue(T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Sets the currently selected maximum value.
setSelectedMinValue(T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Sets the currently selected minimum value.
setTextAboveThumbsColor(int) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 
setTextAboveThumbsColorResource(int) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 
setThumbShadowPath(Path) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Set the path that defines the shadow of the thumb.

T

TEXT_LATERAL_PADDING_IN_DP - Static variable in class org.florescu.android.rangeseekbar.RangeSeekBar
 
toNumber(double) - Method in enum org.florescu.android.rangeseekbar.RangeSeekBar.NumberType
 

V

valueOf(String) - Static method in enum org.florescu.android.rangeseekbar.RangeSeekBar.NumberType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.florescu.android.rangeseekbar.RangeSeekBar.NumberType
Returns an array containing the constants of this enum type, in the order they are declared.
valueToNormalized(T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
Converts the given Number value to a normalized double.
valueToString(T) - Method in class org.florescu.android.rangeseekbar.RangeSeekBar
 
A B D F G H I M N O P R S T V