| ScreenCaptureProcessor | Interface for an object that is capable of processing ScreenCaptures. |
| BasicScreenCaptureProcessor | A basic ScreenCaptureProcessor for processing a ScreenCapture. |
| ScreenCapture | A ScreenCapture contains a bitmap of a device screen along with a set of ScreenCaptureProcessors that will be used to process the ScreenCapture when process() is called. |
| Screenshot | The Screenshot instance provides methods to capture a ScreenCapture during
instrumentation tests run on an android device. |
| UiAutomationWrapper | Wrapper for UiAutomation object. |