Home
last modified time | relevance | path

Searched refs:TunableTvView (Results 1 – 14 of 14) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
DBlockScreenView.java34 import com.android.tv.ui.TunableTvView.BlockScreenType;
178 blockScreenType == TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW in setSpacing()
192 case TunableTvView.BLOCK_SCREEN_TYPE_NO_UI: in onBlockStatusChanged()
195 case TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW: in onBlockStatusChanged()
201 case TunableTvView.BLOCK_SCREEN_TYPE_NORMAL: in onBlockStatusChanged()
210 case TunableTvView.BLOCK_SCREEN_TYPE_NO_UI: in onBlockStatusChanged()
215 case TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW: in onBlockStatusChanged()
223 case TunableTvView.BLOCK_SCREEN_TYPE_NORMAL: in onBlockStatusChanged()
DTunableTvView.java94 public class TunableTvView extends FrameLayout implements StreamInfo, TunableTvViewPlayingApi { class
260 mOnTuneListener.onStreamInfoChanged(TunableTvView.this, true);
316 TunableTvView.this, type == TvTrackInfo.TYPE_VIDEO);
332 mOnTuneListener.onStreamInfoChanged(TunableTvView.this, true);
356 mOnTuneListener.onStreamInfoChanged(TunableTvView.this, true);
418 public TunableTvView(Context context) { in TunableTvView() method in TunableTvView
422 public TunableTvView(Context context, AttributeSet attrs) { in TunableTvView() method in TunableTvView
426 public TunableTvView(Context context, AttributeSet attrs, int defStyleAttr) { in TunableTvView() method in TunableTvView
430 public TunableTvView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TunableTvView() method in TunableTvView
DTvViewUiManager.java67 private final TunableTvView mTvView;
130 TunableTvView tvView, in TvViewUiManager()
DTvOverlayManager.java209 private final TunableTvView mTvView;
234 TunableTvView tvView, in TvOverlayManager()
/packages/apps/TV/src/com/android/tv/menu/
DPlayControlsRow.java22 import com.android.tv.ui.TunableTvView;
27 private final TunableTvView mTvView;
31 Context context, TunableTvView tvView, Menu menu, TimeShiftManager timeShiftManager) { in PlayControlsRow()
48 public TunableTvView getTvView() { in getTvView()
DMenuUpdater.java26 import com.android.tv.ui.TunableTvView;
27 import com.android.tv.ui.TunableTvView.OnScreenBlockingChangedListener;
37 @Nullable private final TunableTvView mTvView;
67 public MenuUpdater(Menu menu, TunableTvView tvView, TvOptionsManager optionsManager) { in MenuUpdater()
DMenuRowFactory.java28 import com.android.tv.ui.TunableTvView;
42 MenuRowFactory create(MainActivity mainActivity, TunableTvView tvView); in create()
46 private final TunableTvView mTvView;
53 TunableTvView tvView, in MenuRowFactory()
DMenu.java38 import com.android.tv.ui.TunableTvView;
131 TunableTvView tvView, in Menu()
DPlayControlsRowView.java46 import com.android.tv.ui.TunableTvView;
67 private TunableTvView mTvView;
/packages/apps/TV/src/com/android/tv/audiotvservice/
DAudioOnlyTvService.java29 import com.android.tv.ui.TunableTvView;
30 import com.android.tv.ui.TunableTvView.OnTuneListener;
39 private TunableTvView mTvView;
/packages/apps/TV/src/com/android/tv/
DMainActivity.java134 import com.android.tv.ui.TunableTvView;
135 import com.android.tv.ui.TunableTvView.BlockScreenType;
136 import com.android.tv.ui.TunableTvView.OnTuneListener;
312 @VisibleForTesting protected TunableTvView mTvView;
774 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
777 return TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW; in getDesiredBlockScreenType()
780 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
790 return TunableTvView.BLOCK_SCREEN_TYPE_NORMAL; in getDesiredBlockScreenType()
793 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
797 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
[all …]
DInputSessionManager.java42 import com.android.tv.ui.TunableTvView;
43 import com.android.tv.ui.TunableTvView.OnTuneListener;
357 ((TunableTvView) mTunableTvView).tuneTo(mChannel, mParams, mOnTuneListener); in retune()
385 mInputId, TunableTvView.VIDEO_UNAVAILABLE_REASON_NO_RESOURCE); in resetByRecording()
392 ((TunableTvView) mTunableTvView).resetByRecording(); in resetByRecording()
DTimeShiftManager.java38 import com.android.tv.ui.TunableTvView;
184 TunableTvView tvView, in TimeShiftManager()
579 private final TunableTvView mTvView;
599 PlayController(TunableTvView tvView) { in PlayController()
/packages/apps/TV/tests/robotests/src/com/android/tv/
DMainActivityRoboTest.java31 import com.android.tv.ui.TunableTvView;
224 (TunableTvView) in onCreate()
248 public TunableTvView getTvView() { in getTvView()