Searched refs:prevItem (Results 1 – 4 of 4) sorted by relevance
204 SmallItem prevItem = mCurrCluster.getLastItem(); in compute() local205 if (isGeographicallySeparated(prevItem, currentItem)) { in compute()210 } else if (timeDistance(prevItem, currentItem) < mClusterSplitTime) { in compute()278 SmallItem prevItem = currClusterItems.get(i - 1); in getPartitionIndexForCurrentCluster() local284 long timePrev = prevItem.dateInMs; in getPartitionIndexForCurrentCluster()293 if (timeDistance(currItem, prevItem) > mLargeClusterSplitTime) { in getPartitionIndexForCurrentCluster()
341 View prevItem = getChildAt(index - 1); in addOneAttendee() local342 if (prevItem != null) { in addOneAttendee()343 View Separator = prevItem.findViewById(R.id.contact_separator); in addOneAttendee()
161 final HistoryItem prevItem = getItem(position + 1); in shouldShowHeader() local166 mCalendar.setTimeInMillis(prevItem.getTimeInMillis()); in shouldShowHeader()
2886 ViewItem prevItem = mViewItems[BUFFER_CENTER - 1];2887 if (prevItem == null) {2891 prevItem.getCenterX(), GEOMETRY_ADJUST_TIME_MS, true);