FileDocCategorySizeDatePackage
View_Delegate.javaAPI DocAndroid 5.1 API1106Thu Mar 12 22:22:44 GMT 2015android.view

View_Delegate

public class View_Delegate extends Object
Delegate used to provide new implementation of a select few methods of {@link View} Through the layoutlib_create tool, the original methods of View have been replaced by calls to methods of the same name in this delegate class.

Fields Summary
Constructors Summary
Methods Summary
static booleanisInEditMode(View thisView)

        return true;