Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DBlockScreenView.java38 import com.android.tv.ui.TunableTvView.BlockScreenType;
185 blockScreenType == TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW in setSpacing()
199 case TunableTvView.BLOCK_SCREEN_TYPE_NO_UI: in onBlockStatusChanged()
202 case TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW: in onBlockStatusChanged()
208 case TunableTvView.BLOCK_SCREEN_TYPE_NORMAL: in onBlockStatusChanged()
217 case TunableTvView.BLOCK_SCREEN_TYPE_NO_UI: in onBlockStatusChanged()
222 case TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW: in onBlockStatusChanged()
230 case TunableTvView.BLOCK_SCREEN_TYPE_NORMAL: in onBlockStatusChanged()
DTunableTvView.java97 public class TunableTvView extends FrameLayout implements StreamInfo, TunableTvViewPlayingApi { class
264 mOnTuneListener.onStreamInfoChanged(TunableTvView.this, true);
320 TunableTvView.this, type == TvTrackInfo.TYPE_VIDEO);
336 mOnTuneListener.onStreamInfoChanged(TunableTvView.this, true);
360 mOnTuneListener.onStreamInfoChanged(TunableTvView.this, true);
441 public TunableTvView(Context context) { in TunableTvView() method in TunableTvView
445 public TunableTvView(Context context, AttributeSet attrs) { in TunableTvView() method in TunableTvView
449 public TunableTvView(Context context, AttributeSet attrs, int defStyleAttr) { in TunableTvView() method in TunableTvView
453 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.java212 private final TunableTvView mTvView;
238 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.java32 import com.android.tv.ui.TunableTvView;
33 import com.android.tv.ui.TunableTvView.OnTuneListener;
42 private TunableTvView mTvView;
/packages/apps/TV/src/com/android/tv/
DInputSessionManager.java43 import com.android.tv.ui.TunableTvView;
44 import com.android.tv.ui.TunableTvView.OnTuneListener;
358 ((TunableTvView) mTunableTvView).tuneTo(mChannel, mParams, mOnTuneListener); in retune()
386 mInputId, TunableTvView.VIDEO_UNAVAILABLE_REASON_NO_RESOURCE); in resetByRecording()
393 ((TunableTvView) mTunableTvView).resetByRecording(); in resetByRecording()
DMainActivity.java141 import com.android.tv.ui.TunableTvView;
142 import com.android.tv.ui.TunableTvView.BlockScreenType;
143 import com.android.tv.ui.TunableTvView.OnTuneListener;
324 @VisibleForTesting protected TunableTvView mTvView;
817 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
820 return TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW; in getDesiredBlockScreenType()
823 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
833 return TunableTvView.BLOCK_SCREEN_TYPE_NORMAL; in getDesiredBlockScreenType()
836 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
840 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI; in getDesiredBlockScreenType()
[all …]
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()
/packages/apps/TV/src/com/android/tv/interactive/
DIAppManager.java48 import com.android.tv.ui.TunableTvView;
64 private final TunableTvView mTvView;
70 public IAppManager(@NonNull MainActivity parentActivity, @NonNull TunableTvView tvView, in IAppManager()