Home
last modified time | relevance | path

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

/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DInjectMethodsAdapter.java19 import com.android.tools.layoutlib.create.ICreateInfo.InjectMethodRunnable;
28 private final ICreateInfo.InjectMethodRunnable mRunnable;
30 public InjectMethodsAdapter(ClassVisitor cv, InjectMethodRunnable runnable) { in InjectMethodsAdapter()
DInjectMethodRunnables.java19 import com.android.tools.layoutlib.create.ICreateInfo.InjectMethodRunnable;
30 public static final ICreateInfo.InjectMethodRunnable CONTEXT_GET_FRAMEWORK_CLASS_LOADER
31 = new InjectMethodRunnable() {
DICreateInfo.java128 Map<String, InjectMethodRunnable> getInjectedMethodsMap(); in getInjectedMethodsMap()
149 abstract class InjectMethodRunnable { class
DCreateInfo.java123 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()
166 InjectMethodRunnable.class,
391 private final static Map<String, InjectMethodRunnable> INJECTED_METHODS = Map.of(
DAsmGenerator.java79 private final Map<String, ICreateInfo.InjectMethodRunnable> mInjectedMethodsMap;
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DCreateInfoAdapter.java101 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()
DAsmGeneratorTest.java273 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testMethodInjection()