Searched refs:TunableTvView (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
H A DBlockScreenView.java33 import com.android.tv.ui.TunableTvView.BlockScreenType;
165 blockScreenType == TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW
176 case TunableTvView.BLOCK_SCREEN_TYPE_NO_UI:
179 case TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW:
184 case TunableTvView.BLOCK_SCREEN_TYPE_NORMAL:
192 case TunableTvView.BLOCK_SCREEN_TYPE_NO_UI:
197 case TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW:
205 case TunableTvView.BLOCK_SCREEN_TYPE_NORMAL:
H A DTunableTvView.java80 public class TunableTvView extends FrameLayout implements StreamInfo { class in inherits:FrameLayout,StreamInfo
82 private static final String TAG = "TunableTvView";
239 mOnTuneListener.onStreamInfoChanged(TunableTvView.this);
293 mOnTuneListener.onStreamInfoChanged(TunableTvView.this);
301 mOnTuneListener.onStreamInfoChanged(TunableTvView.this);
309 mOnTuneListener.onStreamInfoChanged(TunableTvView.this);
346 public TunableTvView(Context context) { method in class:TunableTvView
350 public TunableTvView(Context context, AttributeSet attrs) { method in class:TunableTvView
354 public TunableTvView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TunableTvView
358 public TunableTvView(Contex method in class:TunableTvView
[all...]
H A DTvViewUiManager.java67 private final TunableTvView mTvView;
68 private final TunableTvView mPipView;
109 public TvViewUiManager(Context context, TunableTvView tvView, TunableTvView pipView,
/packages/apps/TV/src/com/android/tv/
H A DMainActivity.java111 import com.android.tv.ui.TunableTvView;
112 import com.android.tv.ui.TunableTvView.OnTuneListener;
256 private TunableTvView mTvView;
257 private TunableTvView mPipView;
505 mTvView = (TunableTvView) findViewById(R.id.main_tunable_tv_view);
553 mPipView = (TunableTvView) findViewById(R.id.pip_tunable_tv_view);
567 mPipView.setBlockScreenType(TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW);
700 return TunableTvView.BLOCK_SCREEN_TYPE_NO_UI;
703 return TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW;
706 return TunableTvView
[all...]
H A DTimeShiftManager.java38 import com.android.tv.ui.TunableTvView;
39 import com.android.tv.ui.TunableTvView.TimeShiftListener;
57 * {@link TunableTvView} which communicates with TvInputService through
173 public TimeShiftManager(Context context, TunableTvView tvView,
181 tvView.setOnScreenBlockedListener(new TunableTvView.OnScreenBlockingChangedListener() {
596 private final TunableTvView mTvView;
617 PlayController(TunableTvView tvView) {

Completed in 359 milliseconds