Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/browse/
DMediaBrowserUtils.java54 int startIndex1, startIndex2, endIndex1, endIndex2; in hasDuplicatedItems() local
56 startIndex1 = 0; in hasDuplicatedItems()
59 startIndex1 = pageSize1 * page1; in hasDuplicatedItems()
60 endIndex1 = startIndex1 + pageSize1 - 1; in hasDuplicatedItems()
71 if (startIndex1 <= startIndex2 && startIndex2 <= endIndex1) { in hasDuplicatedItems()
73 } else if (startIndex1 <= endIndex2 && endIndex2 <= endIndex1) { in hasDuplicatedItems()