Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java86 if (!isFocusable() || mSelectedInput == null) {
89 if (!isInputEnabled(mSelectedInput)) {
93 if (getInputPosition(mSelectedInput.getId()) != getSelectedPosition()) {
94 setSelectedPosition(getInputPosition(mSelectedInput.getId()));
106 if (mSelectedInput == null) {
110 final String label = mSelectedInput.loadLabel(getContext()).toString();
113 if (mSelectedInput.isPassthroughInput()) {
114 mCallback.onPassthroughInputSelected(mSelectedInput);
131 private TvInputInfo mSelectedInput; field in SelectInputView
173 int currentPosition = mInputList.indexOf(mSelectedInput); in onKeyUp()
[all …]