A C D G N O S 

A

AlphaPatternDrawable - Class in com.github.danielnilsson9.colorpickerview.drawable
This drawable will draw a simple white and gray chessboard pattern.
AlphaPatternDrawable(int) - Constructor for class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
 

C

ColorPanelView - Class in com.github.danielnilsson9.colorpickerview.view
This class draws a panel which which will be filled with a color which can be set.
ColorPanelView(Context) - Constructor for class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
ColorPanelView(Context, AttributeSet) - Constructor for class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
ColorPanelView(Context, AttributeSet, int) - Constructor for class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
ColorPickerDialogFragment - Class in com.github.danielnilsson9.colorpickerview.dialog
 
ColorPickerDialogFragment() - Constructor for class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
ColorPickerDialogFragment.ColorPickerDialogListener - Interface in com.github.danielnilsson9.colorpickerview.dialog
 
ColorPickerView - Class in com.github.danielnilsson9.colorpickerview.view
Displays a color picker to the user and allow them to select a color.
ColorPickerView(Context) - Constructor for class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
ColorPickerView(Context, AttributeSet) - Constructor for class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
ColorPickerView(Context, AttributeSet, int) - Constructor for class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
ColorPickerView.OnColorChangedListener - Interface in com.github.danielnilsson9.colorpickerview.view
 
ColorPreference - Class in com.github.danielnilsson9.colorpickerview.preference
 
ColorPreference(Context, AttributeSet) - Constructor for class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
 
ColorPreference(Context, AttributeSet, int) - Constructor for class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
 
ColorPreference.OnShowDialogListener - Interface in com.github.danielnilsson9.colorpickerview.preference
 
com.github.danielnilsson9.colorpickerview.dialog - package com.github.danielnilsson9.colorpickerview.dialog
 
com.github.danielnilsson9.colorpickerview.drawable - package com.github.danielnilsson9.colorpickerview.drawable
 
com.github.danielnilsson9.colorpickerview.preference - package com.github.danielnilsson9.colorpickerview.preference
 
com.github.danielnilsson9.colorpickerview.view - package com.github.danielnilsson9.colorpickerview.view
 

D

dpToPx(Context, float) - Static method in class com.github.danielnilsson9.colorpickerview.view.DrawingUtils
 
draw(Canvas) - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
 
DrawingUtils - Class in com.github.danielnilsson9.colorpickerview.view
 
DrawingUtils() - Constructor for class com.github.danielnilsson9.colorpickerview.view.DrawingUtils
 

G

getAlphaSliderText() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Get the current value of the text that will be shown in the alpha slider.
getBorderColor() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
Get the color of the border surrounding the panel.
getBorderColor() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Get the color of the border surrounding all panels.
getColor() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
Get the color currently show by this view.
getColor() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Get the current color this view is showing.
getOpacity() - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
 
getPaddingBottom() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
getPaddingLeft() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
getPaddingRight() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
getPaddingTop() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
getSliderTrackerColor() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Get color of the tracker slider on the hue and alpha panel.

N

newInstance(int, int) - Static method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
newInstance(int, String, String, int, boolean) - Static method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 

O

onAttach(Activity) - Method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
onBindView(View) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
 
onBoundsChange(Rect) - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
 
onColorChanged(int) - Method in interface com.github.danielnilsson9.colorpickerview.view.ColorPickerView.OnColorChangedListener
 
onColorSelected(int, int) - Method in interface com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment.ColorPickerDialogListener
 
onCreate(Bundle) - Method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
onCreateDialog(Bundle) - Method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
onCreateView(LayoutInflater, ViewGroup, Bundle) - Method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
onDialogDismissed(int) - Method in interface com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment.ColorPickerDialogListener
 
onDismiss(DialogInterface) - Method in class com.github.danielnilsson9.colorpickerview.dialog.ColorPickerDialogFragment
 
onDraw(Canvas) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
onDraw(Canvas) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
onGetDefaultValue(TypedArray, int) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
 
onMeasure(int, int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
onMeasure(int, int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
onRestoreInstanceState(Parcelable) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
onRestoreInstanceState(Parcelable) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
onSaveInstanceState() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
onSaveInstanceState() - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
onSetInitialValue(boolean, Object) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
 
onShowColorPickerDialog(String, int) - Method in interface com.github.danielnilsson9.colorpickerview.preference.ColorPreference.OnShowDialogListener
 
onSizeChanged(int, int, int, int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
 
onSizeChanged(int, int, int, int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 
onTouchEvent(MotionEvent) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
 

S

saveValue(int) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
 
setAlpha(int) - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
 
setAlphaSliderText(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set the text that should be shown in the alpha slider.
setAlphaSliderText(String) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set the text that should be shown in the alpha slider.
setAlphaSliderVisible(boolean) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set if the user is allowed to adjust the alpha panel.
setBorderColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
Set the color of the border surrounding the panel.
setBorderColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set the color of the border surrounding all panels.
setColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPanelView
Set the color that should be shown by this view.
setColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set the color the view should show.
setColor(int, boolean) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set the color this view should show.
setColorFilter(ColorFilter) - Method in class com.github.danielnilsson9.colorpickerview.drawable.AlphaPatternDrawable
 
setOnColorChangedListener(ColorPickerView.OnColorChangedListener) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set a OnColorChangedListener to get notified when the color selected by the user has changed.
setOnShowDialogListener(ColorPreference.OnShowDialogListener) - Method in class com.github.danielnilsson9.colorpickerview.preference.ColorPreference
Since the color picker dialog is now a DialogFragment this preference cannot take care of showing it without access to the fragment manager.
setSliderTrackerColor(int) - Method in class com.github.danielnilsson9.colorpickerview.view.ColorPickerView
Set the color of the tracker slider on the hue and alpha panel.
A C D G N O S