| Package | Description |
|---|---|
| org.solovyev.android.view.drag |
| Modifier and Type | Method and Description |
|---|---|
SimpleOnDragListener.PreferenceType |
SimpleOnDragListener.Preference.getPreferenceType() |
static SimpleOnDragListener.PreferenceType |
SimpleOnDragListener.PreferenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimpleOnDragListener.PreferenceType[] |
SimpleOnDragListener.PreferenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<SimpleOnDragListener.PreferenceType,SimpleOnDragListener.Preference> |
SimpleOnDragListener.Preferences.getPreferencesMap() |
| Modifier and Type | Method and Description |
|---|---|
static String |
SimpleOnDragListener.getPreferenceId(SimpleOnDragListener.PreferenceType preferenceType,
DragDirection direction) |
void |
SimpleOnDragListener.Preference.setPreferenceType(SimpleOnDragListener.PreferenceType preferenceType) |
static org.solovyev.common.interval.Interval<Float> |
SimpleOnDragListener.transformInterval(SimpleOnDragListener.PreferenceType preferenceType,
DragDirection dragDirection,
org.solovyev.common.interval.Interval<Float> interval) |
| Constructor and Description |
|---|
SimpleOnDragListener.Preference(SimpleOnDragListener.PreferenceType preferenceType) |
Copyright © 2015 se.solovyev. All Rights Reserved.