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