Home
last modified time | relevance | path

Searched refs:onBindStandAloneViewHolder (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-support-lib/src/android/support/car/ui/
DGroupingCursorRecyclerViewAdapter.java47 protected abstract void onBindStandAloneViewHolder(VH holder, Context context, Cursor cursor); in onBindStandAloneViewHolder() method in GroupingCursorRecyclerViewAdapter
132 onBindStandAloneViewHolder(holder, mContext, mCursor); in onBindViewHolder()
DGroupingRecyclerViewAdapter.java46 protected abstract void onBindStandAloneViewHolder( in onBindStandAloneViewHolder() method in GroupingRecyclerViewAdapter
128 onBindStandAloneViewHolder(holder, mContext, pMetadata.positionInData); in onBindViewHolder()
/packages/services/Car/car-support-lib/api/
Dcurrent.txt879 …method protected abstract void onBindStandAloneViewHolder(VH, android.content.Context, android.dat…
910 method protected abstract void onBindStandAloneViewHolder(VH, android.content.Context, int);