Searched refs:CaptionSettings (Results 1 – 4 of 4) sorted by relevance
27 import com.android.tv.util.CaptionSettings;56 CaptionSettings captionSettings = getMainActivity().getCaptionSettings(); in getItemList()144 mOption = CaptionSettings.OPTION_OFF; in ClosedCaptionOptionItem()147 mOption = CaptionSettings.OPTION_ON; in ClosedCaptionOptionItem()
31 public class CaptionSettings { class41 public CaptionSettings(Context context) { in CaptionSettings() method in CaptionSettings
19 import static com.android.tv.util.CaptionSettings.OPTION_OFF;20 import static com.android.tv.util.CaptionSettings.OPTION_ON;
158 import com.android.tv.util.CaptionSettings;370 private CaptionSettings mCaptionSettings;1527 mCaptionSettings = new CaptionSettings(this); in handleIntent()2731 if (option == CaptionSettings.OPTION_ON) {2791 public CaptionSettings getCaptionSettings() {