Home
last modified time | relevance | path

Searched refs:DelegateMethodAdapter (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateClassAdapter.java123 DelegateMethodAdapter a = new DelegateMethodAdapter( in visitMethod()
154 return new DelegateMethodAdapter( in visitMethod()
DDelegateToNativeAdapter.java60 DelegateMethodAdapter a = in visitMethod()
61 new DelegateMethodAdapter(mLog, null, mwDelegate, mClassName, mDelegateName, in visitMethod()
DAfterConstructorMethodAdapter.java23 import static com.android.tools.layoutlib.create.DelegateMethodAdapter.DELEGATE_SUFFIX;
DDelegateMethodAdapter.java76 class DelegateMethodAdapter extends MethodVisitor { class
124 public DelegateMethodAdapter(Log log, in DelegateMethodAdapter() method in DelegateMethodAdapter
145 public DelegateMethodAdapter(Log log, in DelegateMethodAdapter() method in DelegateMethodAdapter
DStaticInitMethodAdapter.java25 import static com.android.tools.layoutlib.create.DelegateMethodAdapter.DELEGATE_SUFFIX;
/frameworks/layoutlib/create/
DREADME.txt128 DelegateMethodAdapter since it doesn't preserve the original copy of the method and more importantly