Searched defs:RemoteLayoutlibCallbackAdapter (Results 1 - 2 of 2) sorted by relevance

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteLayoutlibCallbackAdapter.java42 public class RemoteLayoutlibCallbackAdapter implements RemoteLayoutlibCallback { class in inherits:RemoteLayoutlibCallback
45 private RemoteLayoutlibCallbackAdapter(@NotNull LayoutlibCallback delegate) { method in class:RemoteLayoutlibCallbackAdapter
52 new RemoteLayoutlibCallbackAdapter(delegate), 0);
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteLayoutlibCallbackAdapter.java46 public class RemoteLayoutlibCallbackAdapter extends LayoutlibCallback { class in inherits:LayoutlibCallback
50 public RemoteLayoutlibCallbackAdapter(@NotNull RemoteLayoutlibCallback remote) { method in class:RemoteLayoutlibCallbackAdapter

Completed in 51 milliseconds