DrawerLayoutActions

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun closeDrawer(drawerView: View): ViewAction
Closes the drawer.
open fun closeDrawer(drawerEdgeGravity: Int): ViewAction
open fun closeDrawer(drawerEdgeGravity: Int, animate: Boolean): ViewAction
Closes the drawer at the specified edge gravity.
Link copied to clipboard
open fun openDrawer(drawerView: View): ViewAction
Opens the drawer.
open fun openDrawer(drawerEdgeGravity: Int): ViewAction
open fun openDrawer(drawerEdgeGravity: Int, animate: Boolean): ViewAction
Opens the drawer at the specified edge gravity.
Link copied to clipboard
open fun setDrawerLockMode(lockMode: Int, drawerView: View): ViewAction
Sets the lock mode for the drawer.
open fun setDrawerLockMode(lockMode: Int, drawerEdgeGravity: Int): ViewAction
Sets the lock mode for the drawer at the specified edge gravity.
Link copied to clipboard
open fun wrap(baseAction: ViewAction): ViewAction