public static interface EyeDropper.SelectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onSelectionEnd(android.view.MotionEvent event)
Invoked when the color selection is finished.
|
void |
onSelectionStart(android.view.MotionEvent event)
Invoked when the user touches the view to select a color.
|
void onSelectionStart(android.view.MotionEvent event)
MotionEvent.ACTION_DOWN event.void onSelectionEnd(android.view.MotionEvent event)
MotionEvent.ACTION_UP
event.