Home
last modified time | relevance | path

Searched refs:anchorIndex (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/Media/src/com/android/car/media/browse/
DLimitedBrowseAdapter.java110 int anchorIndex = (getFirstVisibleItemPosition() + getLastVisibleItemPosition()) / 2; in computeAnchorIndexWhenRestricting() local
111 if (0 <= anchorIndex && anchorIndex < items.size()) { in computeAnchorIndexWhenRestricting()
112 MediaItemMetadata mediaItem = items.get(anchorIndex).mMediaItem; in computeAnchorIndexWhenRestricting()
114 return anchorIndex; in computeAnchorIndexWhenRestricting()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java362 int anchorIndex = uriWithAnchor.indexOf('#'); in getCompletedDownloadInfo() local
363 if (anchorIndex != -1) { in getCompletedDownloadInfo()
364 uri = uriWithAnchor.substring(0, anchorIndex); in getCompletedDownloadInfo()