Skip navigation links
A B C G M N O S T 

A

afterTextChanged(Editable) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 

B

beforeTextChanged(CharSequence, int, int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 

C

CIRCLE - Static variable in annotation type com.jaredrummler.android.colorpicker.ColorShape
 
ColorPanelView - Class in com.jaredrummler.android.colorpicker
This class draws a panel which which will be filled with a color which can be set.
ColorPanelView(Context) - Constructor for class com.jaredrummler.android.colorpicker.ColorPanelView
 
ColorPanelView(Context, AttributeSet) - Constructor for class com.jaredrummler.android.colorpicker.ColorPanelView
 
ColorPanelView(Context, AttributeSet, int) - Constructor for class com.jaredrummler.android.colorpicker.ColorPanelView
 
ColorPickerDialog - Class in com.jaredrummler.android.colorpicker
A dialog to pick a color.
ColorPickerDialog() - Constructor for class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
ColorPickerDialog.Builder - Class in com.jaredrummler.android.colorpicker
 
ColorPickerDialog.DialogType - Annotation Type in com.jaredrummler.android.colorpicker
 
ColorPickerDialogListener - Interface in com.jaredrummler.android.colorpicker
Callback used for getting the selected color from a color picker dialog.
ColorPickerView - Class in com.jaredrummler.android.colorpicker
Displays a color picker to the user and allow them to select a color.
ColorPickerView(Context) - Constructor for class com.jaredrummler.android.colorpicker.ColorPickerView
 
ColorPickerView(Context, AttributeSet) - Constructor for class com.jaredrummler.android.colorpicker.ColorPickerView
 
ColorPickerView(Context, AttributeSet, int) - Constructor for class com.jaredrummler.android.colorpicker.ColorPickerView
 
ColorPickerView.OnColorChangedListener - Interface in com.jaredrummler.android.colorpicker
 
ColorPreference - Class in com.jaredrummler.android.colorpicker
A Preference to select a color
ColorPreference(Context, AttributeSet) - Constructor for class com.jaredrummler.android.colorpicker.ColorPreference
 
ColorPreference(Context, AttributeSet, int) - Constructor for class com.jaredrummler.android.colorpicker.ColorPreference
 
ColorPreference.OnShowDialogListener - Interface in com.jaredrummler.android.colorpicker
 
ColorPreferenceCompat - Class in com.jaredrummler.android.colorpicker
A Preference to select a color
ColorPreferenceCompat(Context, AttributeSet) - Constructor for class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
ColorPreferenceCompat(Context, AttributeSet, int) - Constructor for class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
ColorPreferenceCompat.OnShowDialogListener - Interface in com.jaredrummler.android.colorpicker
 
ColorShape - Annotation Type in com.jaredrummler.android.colorpicker
The shape of the color preview
com.jaredrummler.android.colorpicker - package com.jaredrummler.android.colorpicker
 
create() - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Create the ColorPickerDialog instance.

G

getActivity() - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
getAlphaSliderText() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Get the current value of the text that will be shown in the alpha slider.
getBorderColor() - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
 
getBorderColor() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Get the color of the border surrounding all panels.
getColor() - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Get the color currently show by this view.
getColor() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Get the current color this view is showing.
getFragmentTag() - Method in class com.jaredrummler.android.colorpicker.ColorPreference
The tag used for the ColorPickerDialog.
getFragmentTag() - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
The tag used for the ColorPickerDialog.
getPaddingBottom() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
getPaddingLeft() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
getPaddingRight() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
getPaddingTop() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
getPresets() - Method in class com.jaredrummler.android.colorpicker.ColorPreference
Get the colors that will be shown in the ColorPickerDialog.
getPresets() - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
Get the colors that will be shown in the ColorPickerDialog.
getShape() - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Get the shape
getSliderTrackerColor() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Get color of the tracker slider on the hue and alpha panel.

M

MATERIAL_COLORS - Static variable in class com.jaredrummler.android.colorpicker.ColorPickerDialog
Material design colors used as the default color presets

N

NestedGridView - Class in com.jaredrummler.android.colorpicker
 
NestedGridView(Context) - Constructor for class com.jaredrummler.android.colorpicker.NestedGridView
 
NestedGridView(Context, AttributeSet) - Constructor for class com.jaredrummler.android.colorpicker.NestedGridView
 
NestedGridView(Context, AttributeSet, int) - Constructor for class com.jaredrummler.android.colorpicker.NestedGridView
 
newBuilder() - Static method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
Create a new Builder for creating a ColorPickerDialog instance

O

onAttached() - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onAttachedToActivity() - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onBindView(View) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onBindViewHolder(PreferenceViewHolder) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onClick() - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onClick() - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onColorChanged(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
onColorChanged(int) - Method in interface com.jaredrummler.android.colorpicker.ColorPickerView.OnColorChangedListener
 
onColorSelected(int, int) - Method in interface com.jaredrummler.android.colorpicker.ColorPickerDialogListener
Callback that is invoked when a color is selected from the color picker dialog.
onColorSelected(int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onColorSelected(int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onCreateDialog(Bundle) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
onDialogDismissed(int) - Method in interface com.jaredrummler.android.colorpicker.ColorPickerDialogListener
Callback that is invoked when the color picker dialog was dismissed.
onDialogDismissed(int) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onDialogDismissed(int) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onDismiss(DialogInterface) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
onDraw(Canvas) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
 
onDraw(Canvas) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
onGetDefaultValue(TypedArray, int) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onGetDefaultValue(TypedArray, int) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onMeasure(int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
 
onMeasure(int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
onMeasure(int, int) - Method in class com.jaredrummler.android.colorpicker.NestedGridView
 
onRestoreInstanceState(Parcelable) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
 
onRestoreInstanceState(Parcelable) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
onSaveInstanceState() - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
 
onSaveInstanceState(Bundle) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
onSaveInstanceState() - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
onSetInitialValue(boolean, Object) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
 
onSetInitialValue(Object) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
 
onShowColorPickerDialog(String, int) - Method in interface com.jaredrummler.android.colorpicker.ColorPreference.OnShowDialogListener
 
onShowColorPickerDialog(String, int) - Method in interface com.jaredrummler.android.colorpicker.ColorPreferenceCompat.OnShowDialogListener
 
onSizeChanged(int, int, int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
 
onSizeChanged(int, int, int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 
onStart() - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
onTextChanged(CharSequence, int, int, int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
onTouchEvent(MotionEvent) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
 

S

saveValue(int) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
Set the new color
saveValue(int) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
Set the new color
setAllowCustom(boolean) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Show/Hide the neutral button to select a custom color.
setAllowPresets(boolean) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Show/Hide a neutral button to select preset colors.
setAlphaSliderText(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set the text that should be shown in the alpha slider.
setAlphaSliderText(String) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set the text that should be shown in the alpha slider.
setAlphaSliderVisible(boolean) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set if the user is allowed to adjust the alpha panel.
setBorderColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Set the color of the border surrounding the panel.
setBorderColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set the color of the border surrounding all panels.
setColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Set the color that should be shown by this view.
setColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the original color
setColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set the color the view should show.
setColor(int, boolean) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set the color this view should show.
setColorPickerDialogListener(ColorPickerDialogListener) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog
Set the callback.
setColorShape(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the shape of the color panel view.
setCustomButtonText(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the custom button text string resource id
setDialogId(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the dialog id used for callbacks
setDialogTitle(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the dialog title string resource id
setDialogType(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set which dialog view to show.
setOnColorChangedListener(ColorPickerView.OnColorChangedListener) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set a OnColorChangedListener to get notified when the color selected by the user has changed.
setOnShowDialogListener(ColorPreference.OnShowDialogListener) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
The listener used for showing the ColorPickerDialog.
setOnShowDialogListener(ColorPreferenceCompat.OnShowDialogListener) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
The listener used for showing the ColorPickerDialog.
setOriginalColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Set the original color.
setPresets(int[]) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the colors used for the presets
setPresets(int[]) - Method in class com.jaredrummler.android.colorpicker.ColorPreference
Set the colors shown in the ColorPickerDialog.
setPresets(int[]) - Method in class com.jaredrummler.android.colorpicker.ColorPreferenceCompat
Set the colors shown in the ColorPickerDialog.
setPresetsButtonText(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the presets button text string resource id
setSelectedButtonText(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Set the selected button text string resource id
setShape(int) - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Set the shape.
setShowAlphaSlider(boolean) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Show the alpha slider
setShowColorShades(boolean) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Show/Hide the color shades in the presets picker
setSliderTrackerColor(int) - Method in class com.jaredrummler.android.colorpicker.ColorPickerView
Set the color of the tracker slider on the hue and alpha panel.
show(FragmentActivity) - Method in class com.jaredrummler.android.colorpicker.ColorPickerDialog.Builder
Create and show the ColorPickerDialog created with this builder.
showHint() - Method in class com.jaredrummler.android.colorpicker.ColorPanelView
Show a toast message with the hex color code below the view.
SQUARE - Static variable in annotation type com.jaredrummler.android.colorpicker.ColorShape
 

T

TYPE_CUSTOM - Static variable in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
TYPE_PRESETS - Static variable in class com.jaredrummler.android.colorpicker.ColorPickerDialog
 
A B C G M N O S T 
Skip navigation links