List of usage examples for android.os Binder interface-usage
From source file com.facebook.litho.widget.RecyclerBinder.java
/** * This binder class is used to asynchronously layout Components given a list of {@link Component} * and attaching them to a {@link RecyclerSpec}. */ @ThreadSafe public class RecyclerBinder implements Binder<RecyclerView>, LayoutInfo.ComponentInfoCollection, HasStickyHeader {