Home
last modified time | relevance | path

Searched refs:createProxy (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/android/view/
DAttachInfo_Accessor.java35 AttachInfo info = new AttachInfo(ReflectionUtils.createProxy(IWindowSession.class), in setAttachInfo()
36 ReflectionUtils.createProxy(IWindow.class), display, root, new Handler(), null, in setAttachInfo()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
DReflectionUtils.java131 public static <T> T createProxy(Class<T> interfaze) { in createProxy() method in ReflectionUtils