| Package | Description |
|---|---|
| org.solovyev.android.history | |
| org.solovyev.android.view.drag |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HistoryDragProcessor.processDragEvent(DragDirection dragDirection,
DragButton dragButton,
org.solovyev.common.math.Point2d startPoint2d,
android.view.MotionEvent motionEvent) |
| Modifier and Type | Method and Description |
|---|---|
DragDirection |
SimpleOnDragListener.DragPreference.getDirection() |
static DragDirection |
DragDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DragDirection[] |
DragDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<DragDirection,SimpleOnDragListener.DragPreference> |
SimpleOnDragListener.Preference.getDirectionPreferences() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SimpleOnDragListener.getPreferenceId(SimpleOnDragListener.PreferenceType preferenceType,
DragDirection direction) |
CharSequence |
DirectionDragButtonDef.getText(DragDirection dragDirection) |
String |
DirectionDragButton.getText(DragDirection direction) |
CharSequence |
DirectionDragButtonDefImpl.getText(DragDirection dragDirection) |
boolean |
SimpleOnDragListener.DragProcessor.processDragEvent(DragDirection dragDirection,
DragButton dragButton,
org.solovyev.common.math.Point2d startPoint2d,
android.view.MotionEvent motionEvent) |
void |
SimpleOnDragListener.DragPreference.setDirection(DragDirection direction) |
void |
DirectionDragButtonDefImpl.setDirectionText(DragDirection key,
CharSequence text) |
void |
DirectionDragButton.showDirectionText(boolean showDirectionText,
DragDirection direction) |
static org.solovyev.common.interval.Interval<Float> |
SimpleOnDragListener.transformInterval(SimpleOnDragListener.PreferenceType preferenceType,
DragDirection dragDirection,
org.solovyev.common.interval.Interval<Float> interval) |
static DirectionDragButton.GuiDragDirection |
DirectionDragButton.GuiDragDirection.valueOf(DragDirection dragDirection) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleOnDragListener.Preference.setDirectionPreferences(Map<DragDirection,SimpleOnDragListener.DragPreference> directionPreferences) |
| Constructor and Description |
|---|
SimpleOnDragListener.DragPreference(DragDirection direction,
org.solovyev.common.interval.Interval<Float> interval) |
Copyright © 2014 se.solovyev. All Rights Reserved.