com.h6ah4i.android.widget.advrecyclerview.swipeable.SwipeableItemConstants |
Known Indirect Subclasses |
After-reaction type used for the setAfterSwipeReaction(int)
and getAfterSwipeReaction()
methods.
Represents moving the item back to its original position. (Alias of the AFTER_SWIPE_REACTION_MOVE_TO_ORIGIN
)
After-reaction type used for the setAfterSwipeReaction(int)
and getAfterSwipeReaction()
methods.
Represents performing no action on the item.
After-reaction type used for the setAfterSwipeReaction(int)
and getAfterSwipeReaction()
methods.
Represents moving the item back to its original position.
After-reaction type used for the setAfterSwipeReaction(int)
and getAfterSwipeReaction()
methods.
Represents that the item moved to swiped direction.
After-reaction type used for the setAfterSwipeReaction(int)
and getAfterSwipeReaction()
methods.
Represents remove the swiped item.
Background drawable type used for the second argument of the
onSetSwipeBackground(android.support.v7.widget.RecyclerView.ViewHolder, int, int)
method.
Background image for the swiping-down item.
Background drawable type used for the second argument of the
onSetSwipeBackground(android.support.v7.widget.RecyclerView.ViewHolder, int, int)
method.
Background image for the swiping-left item.
Background drawable type used for the second argument of the
onSetSwipeBackground(android.support.v7.widget.RecyclerView.ViewHolder, int, int)
method.
Background image for the neutral (= not swiping) item.
Background drawable type used for the second argument of the
onSetSwipeBackground(android.support.v7.widget.RecyclerView.ViewHolder, int, int)
method.
Background image for the swiping-right item.
Background drawable type used for the second argument of the
onSetSwipeBackground(android.support.v7.widget.RecyclerView.ViewHolder, int, int)
method.
Background image for the swiping-up item.
Special value for the setSwipeItemVerticalSlideAmount(float)
and getSwipeItemVerticalSlideAmount()
methods.
Indicates that this item is pinned to DOWN the window.
Special value for the setSwipeItemHorizontalSlideAmount(float)
and getSwipeItemHorizontalSlideAmount()
methods.
Indicates that this item is pinned to LEFT of the window.
Special value for the setSwipeItemHorizontalSlideAmount(float)
and getSwipeItemHorizontalSlideAmount()
methods.
Indicates that this item is pinned to RIGHT the window.
Special value for the setSwipeItemVerticalSlideAmount(float)
and getSwipeItemVerticalSlideAmount()
methods.
Indicates that this item is pinned to UP of the window.
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe any direction"
This constant is deprecated.
Use REACTION_CAN_NOT_SWIPE_ANY
directly.
Convenient constant value: Equals to REACTION_CAN_NOT_SWIPE_LEFT
| REACTION_CAN_NOT_SWIPE_RIGHT
Convenient constant value: Equals to REACTION_CAN_NOT_SWIPE_LEFT_WITH_RUBBER_BAND_EFFECT
| REACTION_CAN_NOT_SWIPE_RIGHT_WITH_RUBBER_BAND_EFFECT
Convenient constant value: Equals to REACTION_CAN_NOT_SWIPE_UP
| REACTION_CAN_NOT_SWIPE_DOWN
Convenient constant value: Equals to REACTION_CAN_NOT_SWIPE_UP_WITH_RUBBER_BAND_EFFECT
| REACTION_CAN_NOT_SWIPE_DOWN_WITH_RUBBER_BAND_EFFECT
This constant is deprecated.
Use REACTION_CAN_NOT_SWIPE_BOTH_H_WITH_RUBBER_BAND_EFFECT
directly.
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe down" (completely no reactions)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe down" (not swipeable, but rubber-band effect applied)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe left" (completely no reactions)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe left" (not swipeable, but rubber-band effect applied)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe right" (completely no reactions)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe right" (not swipeable, but rubber-band effect applied)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe up" (completely no reactions)
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can not swipe up" (not swipeable, but rubber-band effect applied)
This constant is deprecated.
Use REACTION_CAN_SWIPE_BOTH_H
directly.
Convenient constant value: Equals to REACTION_CAN_SWIPE_LEFT
| REACTION_CAN_SWIPE_RIGHT
Convenient constant value: Equals to REACTION_CAN_SWIPE_UP
| REACTION_CAN_SWIPE_DOWN
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can swipe down"
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can swipe left"
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can swipe right"
Reaction type to swipe operation. Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
Indicates "can swipe up"
Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
If this flag is specified, swipe operation will not start even if user swipe an item to the left direction.
Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
If this flag is specified, swipe operation will not start even if user swipe an item to the LEFT direction.
Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
If this flag is specified, swipe operation will not start even if user swipe an item to the RIGHT direction.
Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
If this flag is specified, swipe operation will not start even if user swipe an item to the UP direction.
Used for the return value of the
onGetSwipeReactionType(android.support.v7.widget.RecyclerView.ViewHolder, int, int, int)
method.
If this flag is specified, swiping starts on long press.
Result code of swipe operation. Used for the third argument of the
onSwipeItem(RecyclerView.ViewHolder, int, int)
method.
Canceled.
Result code of swipe operation. Used for the third argument of the
onSwipeItem(RecyclerView.ViewHolder, int, int)
method.
None. (internal default value, this value is not used for the argument)
Result code of swipe operation. Used for the third argument of the
onSwipeItem(RecyclerView.ViewHolder, int, int)
method.
Swipe down performed.
Result code of swipe operation. Used for the third argument of the
onSwipeItem(RecyclerView.ViewHolder, int, int)
method.
Swipe left performed.
Result code of swipe operation. Used for the third argument of the
onSwipeItem(RecyclerView.ViewHolder, int, int)
method.
Swipe right performed.
Result code of swipe operation. Used for the third argument of the
onSwipeItem(RecyclerView.ViewHolder, int, int)
method.
Swipe up performed.
State flag for the setSwipeStateFlags(int)
and getSwipeStateFlags()
methods.
Indicates that this item is being swiped.
State flag for the setSwipeStateFlags(int)
and getSwipeStateFlags()
methods.
If this flag is set, some other flags are changed and require to apply.
State flag for the setSwipeStateFlags(int)
and getSwipeStateFlags()
methods.
Indicates that currently performing swiping.