Searched refs:groupSize (Results 1 – 5 of 5) sorted by relevance
113 int groupSize = 1; in addGroups() local159 groupSize++; in addGroups()167 groupCreator.addGroup(cursor.getPosition() - groupSize, groupSize); in addGroups() local170 groupSize = 1; in addGroups()190 groupCreator.addGroup(count - groupSize, groupSize); in addGroups()
105 public void addGroup(int cursorPosition, int groupSize) { in addGroup() argument108 groupMetadata.put(cursorPosition, groupSize); in addGroup()111 groupMetadata.append(cursorPosition, groupSize); in addGroup()
816 int groupSize = getGroupSize(position); in bindCallLogListViewHolder() local817 CallDetailsEntries callDetailsEntries = createCallDetailsEntries(c, groupSize); in bindCallLogListViewHolder()818 PhoneCallDetails details = createPhoneCallDetails(c, groupSize, views); in bindCallLogListViewHolder()1404 private long[] getCallIds(final Cursor cursor, final int groupSize) { in getCallIds() argument1407 long[] ids = new long[groupSize]; in getCallIds()1409 for (int index = 0; index < groupSize; ++index) { in getCallIds()
72 final int groupSize = mDescriptors.size(); in generateDestRectArray() local77 final RectF[] destArray = new RectF[groupSize]; in generateDestRectArray()78 switch (groupSize) { in generateDestRectArray()
153 int groupSize = m.groupCount(); in newFromResponseString() local154 for (int i = 0; i <= groupSize; i++) { in newFromResponseString()