File
Doc
Category
Size
Date
Package
ViewRootImpl_Delegate.java
API Doc
Android 5.1 API
1156
Thu Mar 12 22:22:44 GMT 2015
android.view
ViewRootImpl_Delegate
java.lang.Object
public class ViewRootImpl_Delegate extends Object
Delegate used to provide new implementation of a select few methods of {@link ViewRootImpl} Through the layoutlib_create tool, the original methods of ViewRootImpl have been replaced by calls to methods of the same name in this delegate class.
Fields Summary
Constructors Summary
Methods Summary
static
boolean
isInTouchMode
()
return false; // this allows displaying selection.
Java Code Source