|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MenuDrawer.OnDrawerStateChangeListener
Callback interface for changing state of the drawer.
| Method Summary | |
|---|---|
void |
onDrawerSlide(float openRatio,
int offsetPixels)
Called when the drawer slides. |
void |
onDrawerStateChange(int oldState,
int newState)
Called when the drawer state changes. |
| Method Detail |
|---|
void onDrawerStateChange(int oldState,
int newState)
oldState - The old drawer state.newState - The new drawer state.
void onDrawerSlide(float openRatio,
int offsetPixels)
openRatio - Ratio for how open the menu is.offsetPixels - Current offset of the menu in pixels.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||