Searched refs:getPipInput (Results 1 – 3 of 3) sorted by relevance
127 PipInput previousMainInput = getPipInput(previousChannel);131 PipInput currentMainInput = getPipInput(currentChannel);254 public PipInput getPipInput(Channel channel) { in getPipInput() method in PipInputManager271 PipInput input1 = getPipInput(channel1); in areInSamePipInput()272 PipInput input2 = getPipInput(channel2); in areInSamePipInput()274 && getPipInput(channel1).equals(getPipInput(channel2)); in areInSamePipInput()290 PipInput input = getPipInput(mChannelTuner.getCurrentChannel()); in initializePipInputList()
69 mInitialPipInput = mPipInputManager.getPipInput(getMainActivity().getPipChannel()); in onStart()159 PipInput pipInput = mPipInputManager.getPipInput(getMainActivity().getCurrentChannel()); in isAvailable()
86 PipInput newInput = tvActivity.getPipInputManager().getPipInput(tvActivity.getPipChannel()); in updateSelectInputAction()