Package com.massifmaps.ui
Class ClickType
java.lang.Object
com.massifmaps.ui.ClickType
Possible click types.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA click caused by two fast consecutive taps on the screen.static final intA click caused by two simultaneous taps on the screen.static final intA click caused by pressing down but not releasing the screen.static final intA click caused by pressing down and then releasing the screen. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CLICK_TYPE_SINGLE
public static final int CLICK_TYPE_SINGLEA click caused by pressing down and then releasing the screen.- See Also:
-
CLICK_TYPE_LONG
public static final int CLICK_TYPE_LONGA click caused by pressing down but not releasing the screen.- See Also:
-
CLICK_TYPE_DOUBLE
public static final int CLICK_TYPE_DOUBLEA click caused by two fast consecutive taps on the screen.- See Also:
-
CLICK_TYPE_DUAL
public static final int CLICK_TYPE_DUALA click caused by two simultaneous taps on the screen.- See Also:
-
-
Constructor Details
-
ClickType
public ClickType()
-