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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DItemBridgeAdapter.java28 public class ItemBridgeAdapter extends RecyclerView.Adapter implements FacetProviderAdapter { class in inherits:RecyclerView.Adapter,FacetProviderAdapter
29 static final String TAG = "ItemBridgeAdapter";
98 * ViewHolder for the ItemBridgeAdapter.
161 ItemBridgeAdapter.this.notifyDataSetChanged();
166 ItemBridgeAdapter.this.notifyItemRangeChanged(positionStart, itemCount);
171 ItemBridgeAdapter.this.notifyItemRangeChanged(positionStart, itemCount, payload);
176 ItemBridgeAdapter.this.notifyItemRangeInserted(positionStart, itemCount);
181 ItemBridgeAdapter.this.notifyItemRangeRemoved(positionStart, itemCount);
186 ItemBridgeAdapter.this.notifyItemMoved(fromPosition, toPosition);
190 public ItemBridgeAdapter(ObjectAdapte method in class:ItemBridgeAdapter
195 public ItemBridgeAdapter(ObjectAdapter adapter) { method in class:ItemBridgeAdapter
199 public ItemBridgeAdapter() { method in class:ItemBridgeAdapter
[all...]

Completed in 77 milliseconds