Searched refs:DelegateMethodAdapter (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateClassAdapter.java114 DelegateMethodAdapter a = new DelegateMethodAdapter(
139 return new DelegateMethodAdapter(
H A DDelegateMethodAdapter.java74 class DelegateMethodAdapter extends MethodVisitor { class in inherits:MethodVisitor
102 * Creates a new {@link DelegateMethodAdapter} that will transform this method
105 * See {@link DelegateMethodAdapter} for more details.
119 public DelegateMethodAdapter(Log log, method in class:DelegateMethodAdapter
145 * return this instance of {@link DelegateMethodAdapter} and let the normal visitor pattern

Completed in 232 milliseconds