Android APIs
public final class

Root

extends Object
java.lang.Object
   ↳ android.support.test.espresso.Root

Class Overview

Represents a root view in the application and optionally the layout params of the window holding it. This class is used internally to determine which view root to run user provided matchers against it is not part of the public api.

Summary

Nested Classes
class Root.Builder  
Public Methods
View getDecorView()
Optional<WindowManager.LayoutParams> getWindowLayoutParams()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public View getDecorView ()

public Optional<WindowManager.LayoutParams> getWindowLayoutParams ()

public String toString ()