HomeSort by relevance Sort by last modified time
    Searched refs:previousChannel (Results 1 - 4 of 4) sorted by null

  /packages/apps/TV/src/com/android/tv/util/
PipInputManager.java 121 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/
ChannelTuner.java 348 void onChannelChanged(Channel previousChannel, Channel currentChannel);
356 Channel previousChannel = mCurrentChannel;
362 l.onChannelChanged(previousChannel, mCurrentChannel);
MainActivity.java 412 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
Menu.java 110 public void onChannelChanged(Channel previousChannel, Channel currentChannel) {}

Completed in 54 milliseconds