Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DGroupingListAdapter.java124 public int getGroupSize(int listPosition) { in getGroupSize() method in GroupingListAdapter
H A 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()
/aosp12/frameworks/ex/common/java/com/android/common/widget/
H A DGroupingListAdapter.java397 public int getGroupSize(int position) { in getGroupSize() method in GroupingListAdapter