public interface SwipeSwitch
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCompleteOpen()
The menu is completely open?
|
boolean |
isLeftCompleteOpen()
The menu is completely open on the left?
|
boolean |
isLeftMenuOpen()
The menu is open on the left?
|
boolean |
isLeftMenuOpenNotEqual()
The menu is open on the left?
|
boolean |
isMenuOpen()
The menu is open?
|
boolean |
isMenuOpenNotEqual()
The menu is open?
|
boolean |
isRightCompleteOpen()
The menu is completely open on the right?
|
boolean |
isRightMenuOpen()
The menu is open on the right?
|
boolean |
isRightMenuOpenNotEqual()
The menu is open on the right?
|
void |
smoothCloseLeftMenu()
Smooth closed the menu on the left.
|
void |
smoothCloseMenu()
Smooth closed the menu.
|
void |
smoothCloseMenu(int duration)
Smooth closed the menu for the duration.
|
void |
smoothCloseRightMenu()
Smooth closed the menu on the right.
|
void |
smoothOpenLeftMenu()
Open the menu on left.
|
void |
smoothOpenLeftMenu(int duration)
Open the menu on left for the duration.
|
void |
smoothOpenMenu()
Open the current menu.
|
void |
smoothOpenRightMenu()
Open the menu on right.
|
void |
smoothOpenRightMenu(int duration)
Open the menu on right for the duration.
|
boolean isMenuOpen()
boolean isLeftMenuOpen()
boolean isRightMenuOpen()
boolean isCompleteOpen()
boolean isLeftCompleteOpen()
boolean isRightCompleteOpen()
boolean isMenuOpenNotEqual()
boolean isLeftMenuOpenNotEqual()
boolean isRightMenuOpenNotEqual()
void smoothOpenMenu()
void smoothOpenLeftMenu()
void smoothOpenRightMenu()
void smoothOpenLeftMenu(int duration)
duration - duration time.void smoothOpenRightMenu(int duration)
duration - duration time.void smoothCloseMenu()
void smoothCloseLeftMenu()
void smoothCloseRightMenu()
void smoothCloseMenu(int duration)
duration - duration time.