Searched refs:previousChannel (Results 1 – 4 of 4) sorted by relevance
121 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {122 if (previousChannel != null && currentChannel != null123 && !previousChannel.isPassthrough() && !currentChannel.isPassthrough()) {127 PipInput previousMainInput = getPipInput(previousChannel);
348 void onChannelChanged(Channel previousChannel, Channel currentChannel); in onChannelChanged() argument356 Channel previousChannel = mCurrentChannel; in setCurrentChannelAndNotify() local362 l.onChannelChanged(previousChannel, mCurrentChannel); in setCurrentChannelAndNotify()
429 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {
52 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {