Searched refs:getGroupSize (Results 1 – 2 of 2) sorted by relevance
124 public int getGroupSize(int listPosition) { in getGroupSize() method in GroupingListAdapter
816 int groupSize = getGroupSize(position); in bindCallLogListViewHolder()1204 public int getGroupSize(int position) { in getGroupSize() method in CallLogAdapter1205 return super.getGroupSize(position - (callLogAlertManager.isEmpty() ? 0 : 1)); in getGroupSize()