ViewRootImpl not in Android SDK
ViewRootImpl
is annotated with @hide
. This excludes the class from the stub android.jar
used for development. The class is there on an actual runtime environment.
See also: What does @hide mean in the Android source code?