Searched refs:DelegateMethodAdapter (Results 1 – 6 of 6) sorted by relevance
123 DelegateMethodAdapter a = new DelegateMethodAdapter( in visitMethod()154 return new DelegateMethodAdapter( in visitMethod()
60 DelegateMethodAdapter a = in visitMethod()61 new DelegateMethodAdapter(mLog, null, mwDelegate, mClassName, mDelegateName, in visitMethod()
23 import static com.android.tools.layoutlib.create.DelegateMethodAdapter.DELEGATE_SUFFIX;
76 class DelegateMethodAdapter extends MethodVisitor { class124 public DelegateMethodAdapter(Log log, in DelegateMethodAdapter() method in DelegateMethodAdapter145 public DelegateMethodAdapter(Log log, in DelegateMethodAdapter() method in DelegateMethodAdapter
25 import static com.android.tools.layoutlib.create.DelegateMethodAdapter.DELEGATE_SUFFIX;
128 DelegateMethodAdapter since it doesn't preserve the original copy of the method and more importantly