Home | History | Annotate | Download | only in media

Lines Matching refs:get

52     // Try and get around 9 clusters (best-effort for the common case).
95 Cluster cluster = mClusters.get(i);
106 // Heuristic to get min and max cluster size - half and double the
129 Cluster cluster = mClusters.get(i);
202 partitionedCluster.addItem(currClusterItems.get(j));
207 partitionedCluster.addItem(currClusterItems.get(j));
225 MediaItem prevItem = currClusterItems.get(i - 1);
226 MediaItem currItem = currClusterItems.get(i);
227 MediaItem nextItem = currClusterItems.get(i + 1);
250 Cluster prevCluster = mClusters.get(numClusters - 1);
255 prevCluster.addItem(currClusterItems.get(i));
317 // Get a more granular date range string if the min and
370 get(mNumItemsLoaded - 1);