Searched refs:PipSound (Results 1 – 3 of 3) sorted by relevance
27 import com.android.tv.util.TvSettings.PipSound;60 @PipSound private int mPipSound;153 public void onPipSoundChanged(@PipSound int pipSound) { in onPipSoundChanged()
145 import com.android.tv.util.TvSettings.PipSound;309 @PipSound private int mPipSound = TvSettings.PIP_SOUND_MAIN; // Default
46 public @interface PipSound {} annotation in TvSettings