Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/browse/
H A DMediaBrowserUtils.java54 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local
64 startIndex2 = 0; in hasDuplicatedItems()
67 startIndex2 = pageSize2 * page2; in hasDuplicatedItems()
68 endIndex2 = startIndex2 + pageSize2 - 1; in hasDuplicatedItems()
71 if (startIndex1 <= startIndex2 && startIndex2 <= endIndex1) { in hasDuplicatedItems()