Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DReplaceMethodCallsAdapter.java71 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
91 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
105 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
121 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
133 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
154 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
184 public void replace(MethodInformation mi) { in METHOD_REPLACERS.add()
232 MethodInformation mi = new MethodInformation(opcode, owner, name, desc); in visitMethodInsn()
245 private static class MethodInformation { class in ReplaceMethodCallsAdapter
251 public MethodInformation(int opcode, String owner, String name, String desc) { in MethodInformation() method in ReplaceMethodCallsAdapter.MethodInformation
[all …]