Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/util/
DPipInputManager.java121 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {
122 if (previousChannel != null && currentChannel != null
123 && !previousChannel.isPassthrough() && !currentChannel.isPassthrough()) {
127 PipInput previousMainInput = getPipInput(previousChannel);
/packages/apps/TV/src/com/android/tv/
DChannelTuner.java348 void onChannelChanged(Channel previousChannel, Channel currentChannel); in onChannelChanged() argument
356 Channel previousChannel = mCurrentChannel; in setCurrentChannelAndNotify() local
362 l.onChannelChanged(previousChannel, mCurrentChannel); in setCurrentChannelAndNotify()
DMainActivity.java429 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {
/packages/apps/TV/src/com/android/tv/menu/
DMenuUpdater.java52 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {