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()
DCreateInfo.java92 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) {{
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.java99 Map<String, InjectMethodRunnable> getInjectedMethodsMap(); in getInjectedMethodsMap()
101 abstract class InjectMethodRunnable { class
DAsmGenerator.java77 private final Map<String, ICreateInfo.InjectMethodRunnable> mInjectedMethodsMap;
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/
DCreateInfoAdapter.java76 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in getInjectedMethodsMap()
DAsmGeneratorTest.java263 public Map<String, InjectMethodRunnable> getInjectedMethodsMap() { in testMethodInjection()