| java.lang.Object | |
| ↳ | android.support.test.espresso.contrib.DrawerActions |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an action which closes the
DrawerLayout with the gravity. | |||||||||||
Creates an action which closes the
DrawerLayout with gravity START. | |||||||||||
This method is deprecated.
Use
open(int) with perform after matching a view. This method will
be removed in the next release.
| |||||||||||
This method is deprecated.
Use
close() with perform after matching a view. This method will
be removed in the next release.
| |||||||||||
Creates an action which opens the
DrawerLayout drawer with the gravity. | |||||||||||
Creates an action which opens the
DrawerLayout drawer with gravity START. | |||||||||||
This method is deprecated.
Use
open() with perform after matching a view. This method will be
removed in the next release.
| |||||||||||
This method is deprecated.
Use
open(int) with perform after matching a view. This method will
be removed in the next release.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
Creates an action which closes the DrawerLayout with the gravity. This method blocks
until the drawer is fully closed. No operation if the drawer is already closed.
| Parameters | |
|---|---|
gravity |
int |
| Returns | |
|---|---|
ViewAction |
|
Creates an action which closes the DrawerLayout with gravity START. This method blocks
until the drawer is fully closed. No operation if the drawer is already closed.
| Returns | |
|---|---|
ViewAction |
|
This method is deprecated.
Use open(int) with perform after matching a view. This method will
be removed in the next release.
| Parameters | |
|---|---|
drawerLayoutId |
int |
gravity |
int |
This method is deprecated.
Use close() with perform after matching a view. This method will
be removed in the next release.
| Parameters | |
|---|---|
drawerLayoutId |
int |
Creates an action which opens the DrawerLayout drawer with the gravity. This method
blocks until the drawer is fully open. No operation if the drawer is already open.
| Parameters | |
|---|---|
gravity |
int |
| Returns | |
|---|---|
ViewAction |
|
Creates an action which opens the DrawerLayout drawer with gravity START. This method
blocks until the drawer is fully open. No operation if the drawer is already open.
| Returns | |
|---|---|
ViewAction |
|
This method is deprecated.
Use open() with perform after matching a view. This method will be
removed in the next release.
| Parameters | |
|---|---|
drawerLayoutId |
int |
This method is deprecated.
Use open(int) with perform after matching a view. This method will
be removed in the next release.
| Parameters | |
|---|---|
drawerLayoutId |
int |
gravity |
int |