Searched defs:destIndex (Results 1 – 2 of 2) sorted by relevance
458 var destIndex = if (flungTowardEnd) currentIndex + 1 else currentIndex in onFling() variable599 val destIndex = Math.min(mediaContent.getChildCount() - 1, destIndex) in scrollToPlayer() constant620 val destIndex = visibleMediaIndex + step in scrollByStep() constant
231 int destIndex = 1; in clearNames() local