Searched refs:mSelectInputView (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DSelectInputActivity.java36 private SelectInputView mSelectInputView; field in class:SelectInputActivity
43 mSelectInputView = (SelectInputView) findViewById(R.id.scene_transition_common);
44 mSelectInputView.setOnInputSelectedCallback(new OnInputSelectedCallback() {
67 mSelectInputView.setCurrentChannel(Channel.createPassthroughChannel(channelUri));
76 mSelectInputView.onEnterAction(true);
81 mSelectInputView.onExitAction();
94 mSelectInputView.onKeyUp(keyCode, event);
/packages/apps/TV/src/com/android/tv/ui/
H A DTvTransitionManager.java57 private final SelectInputView mSelectInputView; field in class:TvTransitionManager
81 mSelectInputView = selectInputView;
111 lp.width = mCurrentScene == mSelectInputScene ? mSelectInputView.getWidth()
133 mSelectInputView.setCurrentChannel(mMainActivity.getCurrentChannel());
188 mSelectInputScene = buildScene(mSceneContainer, mSelectInputView);
283 mSceneContainer.getOverlay().remove(mSelectInputView);
H A DTvOverlayManager.java151 private final SelectInputView mSelectInputView; field in class:TvOverlayManager
175 mSelectInputView = selectInputView;
736 return mSelectInputView.onKeyDown(keyCode, event) ?
801 mSelectInputView.onKeyUp(keyCode, event);
860 return mSelectInputView.onKeyUp(keyCode, event) ?

Completed in 1416 milliseconds