Searched refs:mPipSound (Results 1 – 2 of 2) sorted by relevance
59 @PipSound private int mPipSound; field in TvOptionsManager90 if (mPipSound == TvSettings.PIP_SOUND_MAIN) { in getOptionString()92 } else if (mPipSound == TvSettings.PIP_SOUND_PIP_WINDOW) { in getOptionString()153 mPipSound = pipSound; in onPipSoundChanged()
286 @PipSound private int mPipSound = TvSettings.PIP_SOUND_MAIN; // Default field in MainActivity1556 if (mPipSound == TvSettings.PIP_SOUND_MAIN) { in setVolumeByAudioFocusStatus()2712 if (mPipSound == TvSettings.PIP_SOUND_PIP_WINDOW) {2714 mPipSound = TvSettings.PIP_SOUND_MAIN;2715 mTvOptionsManager.onPipSoundChanged(mPipSound);2874 if (mPipSound == TvSettings.PIP_SOUND_MAIN) {2891 if (mPipSound == TvSettings.PIP_SOUND_MAIN) {2893 mPipSound = TvSettings.PIP_SOUND_PIP_WINDOW;2896 mPipSound = TvSettings.PIP_SOUND_MAIN;2899 mTvOptionsManager.onPipSoundChanged(mPipSound);[all …]