Uses of Class
org.solovyev.android.view.drag.DragDirection

Packages that use DragDirection
org.solovyev.android.history   
org.solovyev.android.view.drag   
 

Uses of DragDirection in org.solovyev.android.history
 

Methods in org.solovyev.android.history with parameters of type DragDirection
 boolean HistoryDragProcessor.processDragEvent(DragDirection dragDirection, DragButton dragButton, org.solovyev.common.math.Point2d startPoint2d, android.view.MotionEvent motionEvent)
           
 

Uses of DragDirection in org.solovyev.android.view.drag
 

Methods in org.solovyev.android.view.drag that return DragDirection
 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.
 

Methods in org.solovyev.android.view.drag that return types with arguments of type DragDirection
 Map<DragDirection,SimpleOnDragListener.DragPreference> SimpleOnDragListener.Preference.getDirectionPreferences()
           
 

Methods in org.solovyev.android.view.drag with parameters of type DragDirection
static String SimpleOnDragListener.getPreferenceId(SimpleOnDragListener.PreferenceType preferenceType, DragDirection direction)
           
 CharSequence DirectionDragButtonDef.getText(DragDirection dragDirection)
           
 CharSequence DirectionDragButtonDefImpl.getText(DragDirection dragDirection)
           
 String DirectionDragButton.getText(DragDirection direction)
           
 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 show, 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)
           
 

Method parameters in org.solovyev.android.view.drag with type arguments of type DragDirection
 void SimpleOnDragListener.Preference.setDirectionPreferences(Map<DragDirection,SimpleOnDragListener.DragPreference> directionPreferences)
           
 

Constructors in org.solovyev.android.view.drag with parameters of type DragDirection
SimpleOnDragListener.DragPreference(DragDirection direction, org.solovyev.common.interval.Interval<Float> interval)
           
 



Copyright © 2014 se.solovyev. All Rights Reserved.