Searched refs:nextChannelIndex (Results 1 – 1 of 1) sorted by relevance
243 int nextChannelIndex = up ? channelIndex + 1 + i in getAdjacentBrowsableChannel() local245 if (nextChannelIndex >= size) { in getAdjacentBrowsableChannel()246 nextChannelIndex -= size; in getAdjacentBrowsableChannel()248 Channel channel = mChannels.get(nextChannelIndex); in getAdjacentBrowsableChannel()