Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DChannelTuner.java243 int nextChannelIndex = up ? channelIndex + 1 + i in getAdjacentBrowsableChannel() local
245 if (nextChannelIndex >= size) { in getAdjacentBrowsableChannel()
246 nextChannelIndex -= size; in getAdjacentBrowsableChannel()
248 Channel channel = mChannels.get(nextChannelIndex); in getAdjacentBrowsableChannel()