Skip navigation links
A B C D G I L M O R S U V 

A

abort() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Abort current motion in progress.

B

bind(SwipeRevealLayout, String) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Help to save and restore open/close state of the swipeLayout.

C

close(boolean) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Close the panel to hide the secondary view
closeLayout(String) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Close a specific layout.
com.chauthai.swipereveallayout - package com.chauthai.swipereveallayout
 
computeScroll() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 

D

DRAG_EDGE_BOTTOM - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
DRAG_EDGE_LEFT - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
DRAG_EDGE_RIGHT - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
DRAG_EDGE_TOP - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 

G

getDragEdge() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Get the edge where the layout can be dragged from.
getMinFlingVelocity() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Get the minimum fling velocity to cause the layout to open/close.
getStateString(int) - Static method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 

I

isClosed() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
isDragLocked() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
isOpened() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 

L

lockSwipe(String...) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Lock swipe for some layouts.

M

MODE_NORMAL - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
The secondary view will be under the main view.
MODE_SAME_LEVEL - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
The secondary view will stick the edge of the main view.

O

onClosed(SwipeRevealLayout) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout.SimpleSwipeListener
 
onClosed(SwipeRevealLayout) - Method in interface com.chauthai.swipereveallayout.SwipeRevealLayout.SwipeListener
Called when the main view becomes completely closed.
onFinishInflate() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
onInterceptTouchEvent(MotionEvent) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
onLayout(boolean, int, int, int, int) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
onMeasure(int, int) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
onOpened(SwipeRevealLayout) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout.SimpleSwipeListener
 
onOpened(SwipeRevealLayout) - Method in interface com.chauthai.swipereveallayout.SwipeRevealLayout.SwipeListener
Called when the main view becomes completely opened.
onSlide(SwipeRevealLayout, float) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout.SimpleSwipeListener
 
onSlide(SwipeRevealLayout, float) - Method in interface com.chauthai.swipereveallayout.SwipeRevealLayout.SwipeListener
Called when the main view's position changes.
onTouchEvent(MotionEvent) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
open(boolean) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Open the panel to show the secondary view
openLayout(String) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Open a specific layout.

R

restoreStates(Bundle) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Only if you need to restore open/close state when the orientation is changed.

S

saveStates(Bundle) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Only if you need to restore open/close state when the orientation is changed.
setDragEdge(int) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Set the edge where the layout can be dragged from.
setLockDrag(boolean) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
setMinFlingVelocity(int) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
Set the minimum fling velocity to cause the layout to open/close.
setOpenOnlyOne(boolean) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
 
setSwipeListener(SwipeRevealLayout.SwipeListener) - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
shouldRequestLayout() - Method in class com.chauthai.swipereveallayout.SwipeRevealLayout
In RecyclerView/ListView, onLayout should be called 2 times to display children views correctly.
SimpleSwipeListener() - Constructor for class com.chauthai.swipereveallayout.SwipeRevealLayout.SimpleSwipeListener
 
STATE_CLOSE - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
STATE_CLOSING - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
STATE_DRAGGING - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
STATE_OPEN - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
STATE_OPENING - Static variable in class com.chauthai.swipereveallayout.SwipeRevealLayout
 
SwipeRevealLayout - Class in com.chauthai.swipereveallayout
 
SwipeRevealLayout(Context) - Constructor for class com.chauthai.swipereveallayout.SwipeRevealLayout
 
SwipeRevealLayout(Context, AttributeSet) - Constructor for class com.chauthai.swipereveallayout.SwipeRevealLayout
 
SwipeRevealLayout(Context, AttributeSet, int) - Constructor for class com.chauthai.swipereveallayout.SwipeRevealLayout
 
SwipeRevealLayout.SimpleSwipeListener - Class in com.chauthai.swipereveallayout
SwipeRevealLayout.SwipeListener - Interface in com.chauthai.swipereveallayout
Listener for monitoring events about swipe layout.

U

unlockSwipe(String...) - Method in class com.chauthai.swipereveallayout.ViewBinderHelper
Unlock swipe for some layouts.

V

ViewBinderHelper - Class in com.chauthai.swipereveallayout
ViewBinderHelper provides a quick and easy solution to restore the open/close state of the items in RecyclerView, ListView, GridView or any view that requires its child view to bind the view to a data object.
ViewBinderHelper() - Constructor for class com.chauthai.swipereveallayout.ViewBinderHelper
 
A B C D G I L M O R S U V 
Skip navigation links