|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Position | |
|---|---|
| net.simonvt.menudrawer | |
| net.simonvt.menudrawer.samples | |
| Uses of Position in net.simonvt.menudrawer |
|---|
| Fields in net.simonvt.menudrawer declared as Position | |
|---|---|
protected Position |
MenuDrawer.mPosition
The position of the drawer. |
| Methods in net.simonvt.menudrawer that return Position | |
|---|---|
static Position |
Position.fromValue(int value)
|
static Position |
Position.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Position[] |
Position.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.simonvt.menudrawer with parameters of type Position | |
|---|---|
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type,
Position position)
Attaches the MenuDrawer to the Activity. |
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
MenuDrawer.Type type,
Position position,
int dragMode)
Attaches the MenuDrawer to the Activity. |
static MenuDrawer |
MenuDrawer.attach(android.app.Activity activity,
Position position)
Attaches the MenuDrawer to the Activity. |
| Uses of Position in net.simonvt.menudrawer.samples |
|---|
| Methods in net.simonvt.menudrawer.samples that return Position | |
|---|---|
protected Position |
ViewPagerSample.getDrawerPosition()
|
protected Position |
RightDrawerSample.getDrawerPosition()
|
protected Position |
LeftDrawerSample.getDrawerPosition()
|
protected Position |
FragmentSample.getDrawerPosition()
|
protected abstract Position |
BaseListSample.getDrawerPosition()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||