Searched refs:nextVirtualIndex (Results 1 – 4 of 4) sorted by relevance
538 int nextVirtualIndex = isDown ? currentIndex + 1 : currentIndex - 1; in CanMove() local539 return nextVirtualIndex >= 0 && nextVirtualIndex < totalOptionCount; in CanMove()
1179 int nextVirtualIndex = isDown ? currentIndex + 1 : currentIndex - 1; in CanMove() local1180 return nextVirtualIndex >= 0 && nextVirtualIndex < totalOptionCount; in CanMove()
1287 int nextVirtualIndex = isDown ? currentIndex + 1 : currentIndex - 1; in CanMove() local1288 return nextVirtualIndex >= 0 && nextVirtualIndex < totalOptionCount; in CanMove()
1562 int nextVirtualIndex = isDown ? currentIndex + 1 : currentIndex - 1; in CanMove() local1563 return nextVirtualIndex >= 0 && nextVirtualIndex < totalOptionCount; in CanMove()