Home
last modified time | relevance | path

Searched refs:getGroupSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DGroupingListAdapter.java124 public int getGroupSize(int listPosition) { in getGroupSize() method in GroupingListAdapter
DCallLogAdapter.java816 int groupSize = getGroupSize(position); in bindCallLogListViewHolder()
1204 public int getGroupSize(int position) { in getGroupSize() method in CallLogAdapter
1205 return super.getGroupSize(position - (callLogAlertManager.isEmpty() ? 0 : 1)); in getGroupSize()