isDrawerOpen
Check if the given drawer view is currently in an open state. To be considered "open" the drawer must have settled into its fully visible state. To check for partial visibility use isDrawerVisible.
Return
true if the given drawer view is in an open state
Parameters
drawer
Drawer view to check
See also
Check if the given drawer view is currently in an open state. To be considered "open" the drawer must have settled into its fully visible state. If there is no drawer with the given gravity this method will return false.
Return
true if the given drawer view is in an open state
Parameters
drawerGravity
Gravity of the drawer to check