Searched refs:createProxy (Results 1 – 2 of 2) sorted by relevance
35 AttachInfo info = new AttachInfo(ReflectionUtils.createProxy(IWindowSession.class), in setAttachInfo()36 ReflectionUtils.createProxy(IWindow.class), display, root, new Handler(), null, in setAttachInfo()
131 public static <T> T createProxy(Class<T> interfaze) { in createProxy() method in ReflectionUtils