Searched refs:mSelectedInput (Results 1 – 1 of 1) sorted by relevance
86 if (!isFocusable() || mSelectedInput == null) {89 if (!isInputEnabled(mSelectedInput)) {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 SelectInputView173 int currentPosition = mInputList.indexOf(mSelectedInput); in onKeyUp()351 mSelectedInput = mInputList.get(position); in onBindViewHolder()[all …]