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()
19 import com.android.tools.layoutlib.create.ICreateInfo.InjectMethodRunnable;30 public static final ICreateInfo.InjectMethodRunnable CONTEXT_GET_FRAMEWORK_CLASS_LOADER31 = new InjectMethodRunnable() {
128 Map<String, InjectMethodRunnable> getInjectedMethodsMap(); in getInjectedMethodsMap()149 abstract class InjectMethodRunnable { class
123 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()166 InjectMethodRunnable.class,391 private final static Map<String, InjectMethodRunnable> INJECTED_METHODS = Map.of(
79 private final Map<String, ICreateInfo.InjectMethodRunnable> mInjectedMethodsMap;
101 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()
273 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testMethodInjection()