| com.droidux.pack.action.widget.ActionDrawer.Callback |
Callback interface for action drawer. Called during the action drawer's lifecycle.
The action drawer's lifecycle is as follows:
onCreateDrawerView() called once on initial creationonPrepareDrawerView(View) called before the drawer is shown.| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when the action drawer is first created.
| |||||||||||
Called before the action drawer is shown.
| |||||||||||
Called when the action drawer is first created.
Called before the action drawer is shown.
| drawerView | The drawer view. This is the same view created during the onCreateDrawerView() cycle. |
|---|
true if the drawer was updated, false otherwise.