Searched refs:mChooserListAdapter (Results 1 – 1 of 1) sorted by relevance
86 private final ChooserListAdapter mChooserListAdapter; field in ChooserGridAdapter114 mChooserListAdapter = wrappedAdapter; in ChooserGridAdapter()192 (float) mChooserListAdapter.getAlphaTargetCount() in getRowCount()203 ((float) mChooserListAdapter.getCallerTargetCount() in getCallerAndRankedTargetRowCount()204 + mChooserListAdapter.getRankedTargetCount()) / mMaxTargetsPerRow); in getCallerAndRankedTargetRowCount()218 return (mChooserListAdapter.getAlphaTargetCount() > 0) ? 1 : 0; in getAzLabelRowCount()236 + mChooserListAdapter.getAlphaTargetCount() in getItemCount()252 mChooserListAdapter.createView(parent), in onCreateViewHolder()332 return mChooserListAdapter.getPositionTargetType(getListPosition(position)); in getTargetType()347 final View v = mChooserListAdapter.createView(holder.getRowByIndex(i)); in loadViewsIntoGroup()[all …]