Searched refs:InjectMethodRunnable (Results 1 – 7 of 7) sorted by relevance
19 import com.android.tools.layoutlib.create.ICreateInfo.InjectMethodRunnable;28 private final ICreateInfo.InjectMethodRunnable mRunnable;30 public InjectMethodsAdapter(ClassVisitor cv, InjectMethodRunnable runnable) { in InjectMethodsAdapter()
92 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()108 InjectMethodRunnable.class,395 private final static Map<String, InjectMethodRunnable> INJECTED_METHODS =396 new HashMap<String, InjectMethodRunnable>(1) {{
19 import com.android.tools.layoutlib.create.ICreateInfo.InjectMethodRunnable;30 public static final ICreateInfo.InjectMethodRunnable CONTEXT_GET_FRAMEWORK_CLASS_LOADER31 = new InjectMethodRunnable() {
99 Map<String, InjectMethodRunnable> getInjectedMethodsMap(); in getInjectedMethodsMap()101 abstract class InjectMethodRunnable { class
77 private final Map<String, ICreateInfo.InjectMethodRunnable> mInjectedMethodsMap;
76 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()
263 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testMethodInjection()