Searched refs:anchorIndex (Results 1 – 2 of 2) sorted by relevance
110 int anchorIndex = (getFirstVisibleItemPosition() + getLastVisibleItemPosition()) / 2; in computeAnchorIndexWhenRestricting() local111 if (0 <= anchorIndex && anchorIndex < items.size()) { in computeAnchorIndexWhenRestricting()112 MediaItemMetadata mediaItem = items.get(anchorIndex).mMediaItem; in computeAnchorIndexWhenRestricting()114 return anchorIndex; in computeAnchorIndexWhenRestricting()
362 int anchorIndex = uriWithAnchor.indexOf('#'); in getCompletedDownloadInfo() local363 if (anchorIndex != -1) { in getCompletedDownloadInfo()364 uri = uriWithAnchor.substring(0, anchorIndex); in getCompletedDownloadInfo()