File
Doc
Category
Size
Date
Package
ClassWithNative_Delegate.java
API Doc
Android 5.1 API
1151
Thu Mar 12 22:22:44 GMT 2015
com.android.tools.layoutlib.create.dataclass
ClassWithNative_Delegate
java.lang.Object
public class ClassWithNative_Delegate extends Object
The delegate that receives the call to {@link ClassWithNative_Delegate}'s overridden methods. Used by {@link DelegateClassAdapterTest}.
Fields Summary
Constructors Summary
Methods Summary
public static
int
native_instance
(
ClassWithNative
instance,
int
a,
double
d,
java.lang.Object[]
o)
if (o != null && o.length > 0) { o[0] = instance; } return (int)(a + d);
Java Code Source