java.lang.Object | |
↳ | android.support.test.espresso.contrib.DrawerActions |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Closes the
DrawerLayout with the given id and gravity START.
| |||||||||||
Closes the
DrawerLayout with the given id and gravity.
| |||||||||||
Opens the
DrawerLayout with the given id and gravity.
| |||||||||||
Opens the
DrawerLayout with the given id and gravity START.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Closes the DrawerLayout
with the given id and gravity START. This method blocks until
the drawer is fully closed. This method will throw an exception if the drawer is already
closed.
Closes the DrawerLayout
with the given id and gravity. This method blocks until the
drawer is fully closed. This method will throw an exception if the drawer is already closed.
Opens the DrawerLayout
with the given id and gravity. This method blocks until the
drawer is fully open. No operation if the drawer is already open.
Opens the DrawerLayout
with the given id and gravity START. This method blocks until
the drawer is fully open. No operation if the drawer is already open.